This repository has been archived by the owner on Sep 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update scripts module to blake2b version
- Loading branch information
1 parent
9e2a970
commit c93126e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule scripts
updated
16 files
+8 −8 | bitcoin/sighash_all.rb | |
+8 −8 | bitcoin/sighash_all_anyonecanpay.rb | |
+8 −8 | bitcoin/sighash_multiple.rb | |
+8 −8 | bitcoin/sighash_multiple_anyonecanpay.rb | |
+5 −5 | bitcoin/sighash_none.rb | |
+5 −5 | bitcoin/sighash_none_anyonecanpay.rb | |
+8 −8 | bitcoin/sighash_single.rb | |
+8 −8 | bitcoin/sighash_single_anyonecanpay.rb | |
+18 −18 | bitcoin_unlock.rb | |
+16 −16 | fixed_amount_udt/contract.rb | |
+18 −18 | fixed_amount_udt/genesis_unlock.rb | |
+0 −41 | generators/secp256k1_sha3_sighash_all.rb | |
+5 −5 | udt/contract.rb | |
+18 −18 | udt/unlock.rb | |
+18 −18 | udt/unlock_single_cell.rb | |
+0 −37 | validators/secp256k1_sha3_sighash_all.rb |