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

[base64] Use the new 0.20 version of Rust's base64 crate, which is now non-malleable #293

Open
kchalkias opened this issue Dec 12, 2022 · 0 comments
Assignees

Comments

@kchalkias
Copy link
Collaborator

Consider replacing base64ct with the faster (but not constant time) base64 Rust crate when possible.
Note that the constant-time requirement is still important when encoding/decoding confidential data (ie secret seeds, private keys / key pairs etc)

reference: https://twitter.com/kostascrypto/status/1601967338970091520?s=20&t=HL_vuR2jlJcN3eBsRApSQQ

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