nim-libp2p/libp2p/protocols
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
..
pubsub Peer resultification and defect only (#245) 2020-07-01 08:25:09 +02:00
secure reuse single RNG instance for all crypto key generation (#249) 2020-07-07 13:14:11 +02:00
identify.nim Peer resultification and defect only (#245) 2020-07-01 08:25:09 +02:00
protocol.nim Cleanup lpstream, Connection and BufferStream (#228) 2020-06-19 11:29:43 -06:00