mirror of
https://github.com/logos-storage/nim-libp2p.git
synced 2026-01-05 23:23:12 +00:00
* add verify signature flag * add sign flag to enable/disable msg signing * moving internal tests out to their own file * cleanup nimble file * remove unneeded tests * move pubsub tests out * fix tests
23 lines
384 B
Nim
23 lines
384 B
Nim
import testvarint
|
|
|
|
import testrsa,
|
|
testecnist,
|
|
tested25519,
|
|
testsecp256k1,
|
|
testcrypto
|
|
|
|
import testmultibase,
|
|
testmultihash,
|
|
testmultiaddress,
|
|
testcid,
|
|
testpeer
|
|
|
|
import testtransport,
|
|
testmultistream,
|
|
testbufferstream,
|
|
testidentify,
|
|
testswitch,
|
|
testnoise,
|
|
testpeerinfo,
|
|
testmplex
|