rust-secp256k1/src
Matt Corallo a74cbb6781 Sync fuzztarget combine with tweak_add since real functions do that
Some new fuzz tests I was writing ended up failing because two
nodes came up with different keys because adding public keys and
adding a tweak to a private key and multiplying by the generator
should get the same thing.
2019-01-08 16:12:40 -05:00
..
constants.rs Remove Schnorr support 2018-07-09 15:10:38 +03:00
ecdh.rs remove context object from ECDH 2018-11-06 22:16:24 +00:00
ffi.rs Sync fuzztarget combine with tweak_add since real functions do that 2019-01-08 16:12:40 -05:00
key.rs Remove dependency on libc 2018-12-27 14:39:54 +01:00
lib.rs Remove dependency on libc 2018-12-27 14:39:54 +01:00
macros.rs Implement Ord for arrays 2018-05-22 12:33:11 +03:00