We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rust-bitcoin
I believe a number of dependencies in this crate may be replaced with bitcoin_hashes implementations or other rust-bitcoin ecosystem dependencies:
bitcoin_hashes
hkdf
hmac
sha2
chacha20poly1305
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I believe a number of dependencies in this crate may be replaced with
bitcoin_hashes
implementations or other rust-bitcoin ecosystem dependencies:hkdf
crate withbitcoin_hashes
's HDKF implementationhmac
withbitcoin_hashes
's HMACsha2
withbitcoin_hashes
's sha implementationschacha20poly1305
with @nyonson's implementation, perhaps even in its own crateThe text was updated successfully, but these errors were encountered: