forked from rust-bitcoin/rust-secp256k1
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge rust-bitcoin#730: Allow infallible construction of
Signature
23b87a6 Allow infallible construction of `Signature` (Yuki Kishimoto) Pull request description: Hi! This PR add 1 constructor and 2 methods to `Signature` struct: * Add `Signature::from_byte_array` constructor * Add `Signature::to_byte_array` and `Signature::as_byte_array` methods * Deprecate `Signature::serialize` method ACKs for top commit: Kixunil: ACK 23b87a6 apoelstra: ACK 23b87a6 successfully ran local tests Tree-SHA512: 5500e7a29eddc08b692eb564de5b126ca54bf16b00d12a803b36ed35da925d39d2756c923f6e7dfad58de5b0de4f0558f2b43f0cc067f0c303a8feff16c49b3e
- Loading branch information
Showing
1 changed file
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters