-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #66: Implement FromHex for all array lengths
45078e2 Update API files (Tobin C. Harding) 9c13d23 Implement FromHex for all array lengths (Tobin C. Harding) Pull request description: Now we have const generics in our MSRV we can implement `FromHex` for all array lengths using `arrayvec::ArrayVec` which we allready depend on. This code is not optimised, there is almost certainly a better way but it my brain is being recalcitrant at the moment. Fix: #61 ACKs for top commit: Kixunil: ACK 45078e2 apoelstra: ACK 45078e2 love to see that red in the API files Tree-SHA512: d59a405b7355b4013223cc844183b141b90ead1e63b7c6301f2652c368135f975226155838d1dc830a4e1fdf707a19b9baad7288d0c44ce79358b5c338930cdc
- Loading branch information
Showing
6 changed files
with
32 additions
and
326 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
Oops, something went wrong.