MystenLabs / MystenLabs/fastcrypto
[base64] Use the new 0.20 version of Rust's base64 crate, which is now non-malleable
Open
@jonas-lj is already working on this.
Since Dec 12, 2022.
- Dominant language
- Rust
- Stars
- 311
- Forks
- 173
- Avg merge
- 22h 47m
- Merged PRs (30d)
- 21
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.