rust-secp256k1-unsafe-fast/src
Andrew Poelstra eddfe03dbc
Merge pull request #151 from elichai/2019-08-Cptr-null
Explicit checks for ZST + null fallbacks
2019-08-21 23:03:30 +00:00
..
recovery Explicit checks for empty slices 2019-08-21 13:09:36 -04:00
constants.rs Remove Schnorr support 2018-07-09 15:10:38 +03:00
context.rs Changed all as_*ptr() to the safer CPtr trait 2019-08-21 13:09:36 -04:00
ecdh.rs Changed all as_*ptr() to the safer CPtr trait 2019-08-21 13:09:36 -04:00
ffi.rs Merge pull request #151 from elichai/2019-08-Cptr-null 2019-08-21 23:03:30 +00:00
key.rs Add zst tests and some other parsing tests 2019-08-21 18:06:02 -04:00
lib.rs Explicit checks for empty slices 2019-08-21 13:09:36 -04:00
macros.rs Added a C Ptr trait that returns a null pointer for ZSTs 2019-08-21 13:09:20 -04:00
types.rs Added a c_char implementation 2019-07-03 17:48:35 -04:00