nim-secp256k1/tests
Jacek Sieka bf6cc94a3c
use external rng instead of nimcrypto (#23)
* use external rng instead of nimcrypto

allows passing in different RNG's to generate keys

* pass in array of random data to random keygen function

* back to a proc

* docs

* gcsafe rng callback needed

* introduce foolproofrng that can't fail

* silence compiler warning

* hint at random not being good enough in defect
2020-07-06 15:07:29 +02:00
..
all_tests.nim add convenience api (#21) 2020-04-17 07:43:30 +02:00
test_secp256k1.nim use external rng instead of nimcrypto (#23) 2020-07-06 15:07:29 +02:00
test_secp256k1_abi.nim add convenience api (#21) 2020-04-17 07:43:30 +02:00