You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we only use sha256 as the hashing algorithm for blockchain protocols based on Bitcoin. Some currencies are using different hashing algorithm and we need to abstract this.
The most flexible solution will be to abstract hashing for every single case we need to hash:
The hash function used to compute transaction hash
The hash function used to derive public keys
Hash function to compute challenge to sign
...
The text was updated successfully, but these errors were encountered:
hzheng-ledger
pushed a commit
to hzheng-ledger/lib-ledger-core
that referenced
this issue
Apr 28, 2021
Currently we only use sha256 as the hashing algorithm for blockchain protocols based on Bitcoin. Some currencies are using different hashing algorithm and we need to abstract this.
The most flexible solution will be to abstract hashing for every single case we need to hash:
The text was updated successfully, but these errors were encountered: