Skip to content
New issue

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

Using RustCrypto Digest trait directly #179

Open
vmx opened this issue Jan 27, 2022 · 1 comment
Open

Using RustCrypto Digest trait directly #179

vmx opened this issue Jan 27, 2022 · 1 comment

Comments

@vmx
Copy link
Member

vmx commented Jan 27, 2022

Most hashers implement RustCrypto's Digest trait. Once RustCrypto/hashes#228 lands all hashers except for strobe implement the Digest trait. We could then think about using the Digest trait directly instead of having our own custom hashers defined. Probably we would still export some type aliases for convenience/backwards compatibility.

@thomaseizinger
Copy link
Contributor

Cross-referencing a discussion: #272 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants