rusty_crypto

Crates.iorusty_crypto
lib.rsrusty_crypto
version0.1.24
sourcesrc
created_at2024-03-01 18:20:20.82546
updated_at2024-06-27 21:11:43.097372
descriptionA simple cryptographic suite for Rust
homepagehttps://github.com/SylvanM/rusty_crypto
repositoryhttps://github.com/SylvanM/rusty_crypto
max_upload_size
id1159138
size1,353,466
Sylvan Martin (SylvanM)

documentation

README

rusty_crypto

rusty_crypto is a small cryptographic suite that I put together in Rust. It contains the Speck secret key cipher, the SHA512 hash function, Shamir Secret Sharing, and a public-key encryption scheme based on the CRYSTALS-Kyber Key Encapsulation Mechanism.

Important: I did not write the code for the Kyber KEM stuff. That was written by Argyle-Software, found here. I wrote a simple module (which I so hilariously called "lettuce" because I guess it kind of sounds like "lattice") that uses that KEM to create PKE.

All other code is written by me! Which means you probably shouldn't use it. Just being real.

Commit count: 80

cargo fmt