Commit Graph

37 Commits

Author SHA1 Message Date
dependabot[bot]
10eab53212 Bump golang.org/x/crypto from 0.18.0 to 0.31.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.18.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.18.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-13 10:45:34 +00:00
Andrea Caforio
f8b84f5165 Merge pull request #492 from tuneinsight/he-collapse
v6.0.0
2024-08-06 14:46:08 +02:00
Andrea Caforio
1952973cd9 bump go version to 1.22 and use slices std library package 2024-06-05 09:44:14 +02:00
Romain Bouyé
00b5542e6b Bump golang.org/x/crypto directly to 0.18.0 2024-01-10 14:32:03 +01:00
dependabot[bot]
9a92e9a3de Bump golang.org/x/crypto
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20220926161630-eccd6366d1be to 0.17.0.
- [Commits](https://github.com/golang/crypto/commits/v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-04 11:04:15 +00:00
Jean-Philippe Bossuat
c031b14be1 updated imports to v5 2023-11-14 19:15:38 +01:00
Jean-Philippe
64c6428f3f rebased on #309 2023-05-22 09:58:57 +02:00
Jean-Philippe Bossuat
62a2f998b2 [ckks]: arbitrary precision 2023-05-22 09:47:49 +02:00
Jean-Philippe Bossuat
0ad8ecd040 improved marshalling test 2023-03-31 20:55:00 +02:00
Jean-Philippe Bossuat
2ebb4c1d82 added generics 2023-03-24 23:35:46 +01:00
Jean-Philippe Bossuat
1e6785f18d updated minimum go version 2023-03-24 15:19:45 +01:00
Jean-Philippe Bossuat
3976297f65 fixed big.Int zero division 2022-12-02 20:31:05 +01:00
Christian Mouchet
4994d42ddb v4.0.0 release 2022-10-04 13:46:54 +02:00
Jean-Philippe Bossuat
8e70872ec0 updated dependencies 2022-06-13 22:55:24 +02:00
Jean-Philippe Bossuat
e7894dfc6f gomod tidy 2022-06-13 22:55:24 +02:00
Jean-Philippe Bossuat
e281f818ae statickcheck 2022-06-13 22:55:24 +02:00
ChristianMct
0bdf202ed5 Upgrading dependancies and enabling CI tests for latest Go versions (#198)
* updated dependencies

* added go 1.18 and 1.17 to CI builds
2022-04-14 09:39:25 +02:00
Juan R. Troncoso
06ac27e16e Tune Insight Transfer PR and v3.0.0 release (#175) 2022-02-21 15:07:02 +01:00
Christian M
73d2269b5a updated dependencies, set new version number in README and CHANGELOG 2021-10-12 11:29:50 +02:00
Jean-Philippe Bossuat
5638bfe6af go mod tidy 2021-07-15 14:55:51 +02:00
Jean-Philippe Bossuat
3ccafcd398 DCKKS : fixed s2e and e2s to work with variable levels 2021-07-15 14:55:51 +02:00
ChristianMct
2bc7250a4b [all] increasing cross-scheme API consistency and implementation (#100)
- RLWE : added a new `rlwe` package as common implementation base for the lattigo RLWE schemes
- DRLWE : added a new `drlwe` package as a common implementation base for the lattigo multiparty RLWE schemes
- BFV/CKKS : the schemes are now using a common implementation for their keys
- BFV/CKKS : the rotation-keys are now indexed by their corresponding galois automorphism
- BFV/CKKS : the `Evaluator` interface now has a single method for all column rotations and one method for the row-rotation/conjugate. 
- BFV/CKKS : the relinearization and rotation keys are now passed to the `Evaluator` constructor methods (and no longer to the operations methods)
- DBFV/DCKKS : added a common interface and implementation for each multiparty key-generation protocols
2021-03-18 19:52:54 +01:00
Christian M
c1df3534ee tidied the go.mod file 2020-12-22 13:24:51 +01:00
Jean-Philippe Bossuat
c139db800d gocyclo 2020-12-16 21:39:35 +01:00
Jean-Philippe Bossuat
9217dd4f98 ineffectual assignments, ignored the ones that are forcing the GC 2020-12-16 16:47:22 +01:00
Jean-Philippe Bossuat
7e1dbc996f [bfv] : improved test coverage 2020-12-16 16:28:12 +01:00
Jean-Philippe Bossuat
cbd4167549 gosec 2020-12-16 14:43:31 +01:00
Christian M
4e645a4ca0 updated go.mod to v2 2020-10-09 12:12:15 +02:00
Christian M
c2dff711c2 Merge branch 'master' into dev_v2.0.0 2020-10-07 10:41:44 +02:00
Christian M
7c8e8ff58d [ring] renamed ring.Context to ring.Ring 2020-09-08 16:21:46 +02:00
Christian M
6e0e141886 [bfv/dbfv] added RNS rescaling, the BFV scaling now use this implementation 2020-07-17 18:22:22 +02:00
tharvik
37cfe7b31a go.mod: use stable testify 2020-06-17 18:30:58 +02:00
Jean-Philippe Bossuat
a4b5e7b61a Reverted the keyswitch to the previous state 2020-03-24 11:09:14 +01:00
Christian Mouchet
c678d66afa set release date in CHANGELOG and tests cleaning 2019-12-20 14:50:43 +01:00
Joao Andre Gomes de Sa Sousa
fe7d2deb69 Changed the name of the organization in the and license (#10)
Our lab recently changed name for LDS (Laboratory for Data Security).
2019-09-24 18:39:04 +02:00
Christian Mouchet
925c1de364 improvements on bfv/params.go 2019-08-15 07:43:07 +02:00
Jean-Philippe Bossuat
4421f325b0 Initial commit 2019-08-12 21:15:01 +02:00