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
{{ message }}
This repository was archived by the owner on Feb 12, 2025. It is now read-only.
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
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: