diff options
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 3 |
2 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,8 @@ license = "MIT" description = "Rust implementation of the AEZ v5 cipher." readme = "README.md" repository = "https://codeberg.org/dunj3/zears" +keywords = ["aez", "aezv5", "aead", "encryption", "cipher"] +categories = ["algorithms", "cryptography"] [features] simd = [] @@ -1,5 +1,8 @@ # zears +[](https://crates.io/crates/zears) +[](https://choosealicense.com/licenses/mit/) + Implementation of [AEZ v5](https://www.cs.ucdavis.edu/~rogaway/aez/index.html) in Rust. Works without hardware AES support. ## ☣️ Cryptographic hazmat ☣️ |