rust-secp256k1-unsafe-fast/src
Yuki Kishimoto 23b87a6177
Allow infallible construction of `Signature`
* Add `Signature::from_byte_array` constructor
* Add `Signature::to_byte_array` and `Signature::as_byte_array` methods
* Deprecate `Signature::serialize` method

Signed-off-by: Yuki Kishimoto <yukikishimoto@protonmail.com>
2024-09-02 12:27:20 -04:00
..
ecdsa Bump MSRV to 1.63 2024-07-24 18:12:08 +02:00
constants.rs Create rust-bidings 2023-10-09 14:57:54 -03:00
context.rs Bump MSRV to 1.63 2024-07-24 18:12:08 +02:00
ecdh.rs Bump MSRV to 1.63 2024-07-24 18:12:08 +02:00
ellswift.rs Add byte accessors to `ElligatorSwiftSharedSecret` 2024-01-30 17:01:23 +01:00
key.rs Feature gate the Keypair::FromStr impl 2024-08-29 12:05:12 +10:00
lib.rs Improve the comment on `Message::from_digest` 2024-07-28 20:35:38 +02:00
macros.rs Introduce SPDX license identifiers 2023-05-03 11:37:07 +10:00
scalar.rs Bump MSRV to 1.63 2024-07-24 18:12:08 +02:00
schnorr.rs Allow infallible construction of `Signature` 2024-09-02 12:27:20 -04:00
secret.rs secret keys: debug output only when `hashes` is enabled 2024-08-26 17:52:47 +00:00
serde_util.rs Introduce SPDX license identifiers 2023-05-03 11:37:07 +10:00