rust-secp256k1-unsafe-fast/secp256k1-sys/src
Tobin C. Harding 2bb08c21e5 Remove as_[mut_]ptr from impl_array_newtype macros
For interfacing with the FFI layer we implement `ffi::CPtr`, there is
not need to provide methods `as_ptr` and `as_mut_ptr` as well.
2022-11-18 07:57:39 +11:00
..
lib.rs Merge rust-bitcoin/rust-secp256k1#507: Minimise FFI in the public API 2022-11-14 14:13:22 +00:00
macros.rs Remove as_[mut_]ptr from impl_array_newtype macros 2022-11-18 07:57:39 +11:00
recovery.rs Add newline to end of file 2022-11-18 07:57:39 +11:00
types.rs Move more things from the std feature to the alloc feature 2022-06-07 23:59:42 +03:00