Skip to content

Releases: niclabs/tcrsa

v0.0.5

07 Dec 22:47
Compare
Choose a tag to compare

v0.0.4

20 Dec 15:23
Compare
Choose a tag to compare
  • Fixing Random primes generation: now using crypto/rand rand.Prime().
  • Fixing GenerateSafePrimes Now it should be a bit faster.

v0.0.3

24 Aug 01:02
Compare
Choose a tag to compare
  • Fixing random generation: now the numbers generated by the library have at most bitLen bytes.
  • Some benchmarking tests
  • New seeded random function for benchmarking

v0.0.2

13 May 14:57
Compare
Choose a tag to compare

Adding the possibility to use nil as KeyMetaArgs argument for NewKey function.