nim-libp2p/libp2p/crypto/ed25519
Jacek Sieka d522537b19
reuse single RNG instance for all crypto key generation (#249)
* reuse single RNG instance for all crypto key generation

* use foolproof rng

* initRng -> newRng (because it's ref)

* fix test

* imports/exports, chat fix

* fix rsa

* imports and exports

* work around threadvar issue

* fixup

* mac workaround test
2020-07-07 13:14:11 +02:00
..
constants.nim Fix checkScalar in ecnist. 2019-02-28 14:17:39 +02:00
ed25519.nim reuse single RNG instance for all crypto key generation (#249) 2020-07-07 13:14:11 +02:00