rust-secp256k1-unsafe-fast/src
Elichai Turkel 349b2eac06
Add a 'dont_replace_c_symbols' feature for not replacing C's symbols with rust. isn't compatible with no-std
2019-10-28 23:05:38 +02: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 Add a 'dont_replace_c_symbols' feature for not replacing C's symbols with rust. isn't compatible with no-std 2019-10-28 23:05:38 +02:00
key.rs Add zst tests and some other parsing tests 2019-08-21 18:06:02 -04:00
lib.rs Add a 'dont_replace_c_symbols' feature for not replacing C's symbols with rust. isn't compatible with no-std 2019-10-28 23:05:38 +02: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