Tony Arcieri
Tony Arcieri
If you want to add a messaging section, it might be helpful to enumerate other mature messaging-related libraries, like [OpenMLS](https://github.com/openmls/openmls)
This resource is a list of Rust crates/libraries that implement protocols, not just a generic overview of protocols. So it should be e.g. [OpenMLS](https://github.com/openmls/openmls) and [mls-rs](https://github.com/awslabs/mls-rs), not just information about...
@potto216 sure, looks good. Maybe mention `mls-rs` too?
Looks good. Can you open a PR to modify [Awesome_Rust_Cryptography.md](https://github.com/The-DevX-Initiative/RCIG_Coordination_Repo/blob/main/Awesome_Rust_Cryptography.md)?
@potto216 I have a very large backlog of PRs to review. Please give me some time.
@SergioBenitez sorry, I've been on vacation. I'll look at this soon.
@SergioBenitez haven't had a whole lot of free time lately for code review but I still hope to review it soon
Sorry for the belated review. On #1 we had discussed an `xaes-gcm` crate, but I now see there is [already an `xaes-gcm` crate](https://crates.io/crates/xaes-gcm) which implements the [Derive-Key-AES-GCM](https://csrc.nist.gov/csrc/media/Presentations/2023/constructions-based-on-the-aes-round/images-media/sess-5-gueron-bcm-workshop-2023.pdf) construction, and I...
@SergioBenitez attempted to do a Cargo.lock merge but it seems it didn't work. Can you take a look?
Merged in #642