rust-secp256k1-unsafe-fast/src/ecdsa
Martin Habovstiak dc3eab7aaa Implement `Borrow<[u8]>`, `PartialEq<[u8]>`, `Hash`
These traits were missing and could be useful if e.g. one wants to store
serialized signatures in a set/map and access them using `[u8]`.
2023-10-31 15:06:20 +01:00
..
mod.rs Improve Message constructors 2023-08-10 08:20:46 +10:00
recovery.rs Improve Message constructors 2023-08-10 08:20:46 +10:00
serialized_signature.rs Implement `Borrow<[u8]>`, `PartialEq<[u8]>`, `Hash` 2023-10-31 15:06:20 +01:00