nim-libp2p-experimental/tests
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 reuse single RNG instance for all crypto key generation (#249) 2020-07-07 13:14:11 +02:00
helpers.nim reuse single RNG instance for all crypto key generation (#249) 2020-07-07 13:14:11 +02:00
nim.cfg Tests are now testing with --threads:on. 2019-11-06 13:01:16 +02:00
testbufferstream.nim consolidate reading in lpstream (#241) 2020-06-27 11:33:34 -06:00
testcid.nim Crypto utilities resultification (#150) 2020-05-18 07:25:55 +02:00
testconnection.nim Cleanup lpstream, Connection and BufferStream (#228) 2020-06-19 11:29:43 -06:00
testcrypto.nim reuse single RNG instance for all crypto key generation (#249) 2020-07-07 13:14:11 +02:00
testdaemon.nim Peer resultification and defect only (#245) 2020-07-01 08:25:09 +02:00
testecnist.nim reuse single RNG instance for all crypto key generation (#249) 2020-07-07 13:14:11 +02:00
tested25519.nim reuse single RNG instance for all crypto key generation (#249) 2020-07-07 13:14:11 +02:00
testidentify.nim reuse single RNG instance for all crypto key generation (#249) 2020-07-07 13:14:11 +02:00
testinterop.nim Peer resultification and defect only (#245) 2020-07-01 08:25:09 +02:00
testmplex.nim Cleanup resources (#246) 2020-06-29 09:15:31 -06:00
testmultiaddress.nim Less exceptions more results (#188) 2020-05-31 16:22:49 +02:00
testmultibase.nim Less exceptions more results (#188) 2020-05-31 16:22:49 +02:00
testmultihash.nim Crypto utilities resultification (#150) 2020-05-18 07:25:55 +02:00
testmultistream.nim consolidate reading in lpstream (#241) 2020-06-27 11:33:34 -06:00
testnative.nim multistream select make sure to not report NA (#235) 2020-06-22 15:38:48 -06:00
testnoise.nim reuse single RNG instance for all crypto key generation (#249) 2020-07-07 13:14:11 +02:00
testpeer.nim Peer resultification and defect only (#245) 2020-07-01 08:25:09 +02:00
testpeerinfo.nim reuse single RNG instance for all crypto key generation (#249) 2020-07-07 13:14:11 +02:00
testrsa.nim reuse single RNG instance for all crypto key generation (#249) 2020-07-07 13:14:11 +02:00
testsecp256k1.nim reuse single RNG instance for all crypto key generation (#249) 2020-07-07 13:14:11 +02:00
teststreamseq.nim remove readLoop in secure protocols (#162) 2020-05-07 14:37:46 -06:00
testswitch.nim Concurrent dials (#238) 2020-06-24 09:08:44 -06:00
testtransport.nim consolidate reading in lpstream (#241) 2020-06-27 11:33:34 -06:00
testvarint.nim Less exceptions more results (#188) 2020-05-31 16:22:49 +02:00