rust-secp256k1-unsafe-fast/secp256k1-sys/src
Tobin Harding 02dec3eb9b
Implement AsRef instead of custom method
Clippy emits a warning since we define a method that has the same name
as a standard trait. Implement the trait `AsRef` instead of using a
custom method.
2020-12-22 12:56:11 +11:00
..
lib.rs Conditionally compile fn strlen 2020-12-22 12:55:37 +11:00
macros.rs Implement AsRef instead of custom method 2020-12-22 12:56:11 +11:00
recovery.rs Update depend folder to latest master 2020-10-12 21:35:28 +09:00
types.rs Conditionally include ALIGN_TO 2020-12-22 12:54:08 +11:00