mirror of
https://github.com/vacp2p/nim-libp2p.git
synced 2025-01-09 16:25:47 +00:00
d522537b19
* 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