-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Draft: All nuts types + methods + hashing algos of btc (#5)
* bech32 impl * bech32 decoder/encoder * recover id + recoverable signature for secp256k1 * very raw lnbit backend and NUT04 * rm test * nut-04 without testing * RIPEMD 160 BIP32 secp256k1 updates * base nuts types implemented * remove old code + bip39 min impl * add test to github step, fix benchmarks * add bip39 mnemonic to nut13
- Loading branch information
1 parent
6fe5ba6
commit a95defd
Showing
61 changed files
with
10,582 additions
and
943 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,4 +23,9 @@ Cargo.lock | |
**/.zig-cache | ||
**/zig-out | ||
|
||
**/benchmark_report.csv | ||
**/benchmark_report.csv | ||
|
||
|
||
.vscode | ||
|
||
**/.DS_Store |
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
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
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.