rust-secp256k1-unsafe-fast/src
Matt Corallo 1f043216a0 Add ability to randomize context without the `rand` feature.
There is little reason to pull in the `rand` dep just for the `Rng`
trait for users who want to randomize contexts. We should expose a
randomize function that just takes 32 bytes.
2020-12-29 16:45:07 -05:00
..
constants.rs Add schnorrsig module 2020-11-10 13:43:34 +09:00
context.rs Make preallocated use AlignedType 2020-12-18 12:48:19 +02:00
ecdh.rs ffi: make function types nullable 2020-12-23 17:59:52 +00:00
key.rs Merge pull request #258 from thomaseizinger/better-wasm-tests 2020-12-22 06:12:01 +00:00
lib.rs Add ability to randomize context without the `rand` feature. 2020-12-29 16:45:07 -05:00
macros.rs Add schnorrsig module 2020-11-10 13:43:34 +09:00
recovery.rs fuzz: implement recoverable signatures, get all tests passing, run them in CI 2020-12-28 18:42:46 +00:00
schnorrsig.rs fuzz: implement recoverable signatures, get all tests passing, run them in CI 2020-12-28 18:42:46 +00:00