Commit Graph

8 Commits

Author SHA1 Message Date
Jean-Philippe Bossuat
f7b6eeb426 Ring : golint 2019-11-27 10:42:40 +01:00
Jean-Philippe Bossuat
05c65154b7 GoDoc and Typos 2019-11-26 15:46:30 +01:00
Jean-Philippe Bossuat
bda3455f14 Constant time isInSlice, shared utils package 2019-11-19 12:38:04 +01:00
Jean-Philippe Bossuat
43b064c806 fixed ring /test/test_prng, added test for utils/prng 2019-11-17 13:49:27 +01:00
Jean-Philippe Bossuat
d6ba2c4baf PRNG : faster but need to be keyed to be forward secure
Now returns the full digest (64bytes) and also reseeds with the full digest. To ensure forward security, it must be instantiated with a key.
Removed duplicate of PRNG in ring.
2019-11-16 19:24:09 +01:00
Jean-Philippe Bossuat
dc699b09e2 CKKS : new tests and benchmarks. RING : Ziggurat Sampling 2019-10-28 10:54:02 +01:00
Jean-Philippe Bossuat
4eb3f67aca CKKS : marshal params 2019-09-06 13:54:26 +02:00
Christian Mouchet
925c1de364 improvements on bfv/params.go 2019-08-15 07:43:07 +02:00