nim-libp2p/libp2p/crypto
Giovanni Petrantoni 5f0637c49a
Audit curve fixes part2 (#298)
* refactor and fix mulgen (curve25519)

* crypto tests fixing

* fix some confusion in curve25519 mul

* removing ForbiddenCurveValues table and checks

* fix remaining merge issues
2020-08-04 18:19:26 +09:00
..
ed25519 reuse single RNG instance for all crypto key generation (#249) 2020-07-07 13:14:11 +02:00
chacha20poly1305.nim Use results and no exceptions in chacha and curve25519 (#182) 2020-05-19 10:22:49 +02:00
crypto.nim Public key infrastructure filters. (#272) 2020-07-21 14:10:21 -06:00
curve25519.nim Audit curve fixes part2 (#298) 2020-08-04 18:19:26 +09:00
ecnist.nim noise updates (#255) 2020-07-09 02:53:19 -06:00
hkdf.nim removals (#159) 2020-05-06 18:31:47 +02:00
minasn1.nim reuse single RNG instance for all crypto key generation (#249) 2020-07-07 13:14:11 +02:00
rsa.nim Fix #266. (#270) 2020-07-15 10:24:04 +02:00
secp.nim reuse single RNG instance for all crypto key generation (#249) 2020-07-07 13:14:11 +02:00