rust-secp256k1-unsafe-fast/src
Andrew Poelstra 6d4f64f901 fix potential unsafety bug for non-u8 types in macros
We don't have any non-u8 newtypes but better safe than sorry. See
https://github.com/apoelstra/rust-bitcoin/pull/45/
2018-02-14 16:25:45 +00:00
..
constants.rs remove arrayvec dependency; rename PublicKey::serialize_vec 2017-12-19 20:36:46 +00:00
ecdh.rs [BREAKING CHANGE] Make PK::from_secret_key() return a Result; change from_ffi functions to From impls 2015-10-14 09:38:43 -05:00
ffi.rs remove arrayvec dependency; rename PublicKey::serialize_vec 2017-12-19 20:36:46 +00:00
key.rs expose 2-key version of PublicKey::combine 2017-12-21 01:04:07 +00:00
lib.rs expose key::{Secret, Public}Key in the crate root for ease of use 2018-01-17 15:38:11 +00:00
macros.rs fix potential unsafety bug for non-u8 types in macros 2018-02-14 16:25:45 +00:00
schnorr.rs Replace unsafe copy_nonoverlapping() with safe copy_from_slice() 2017-05-08 07:31:08 -04:00