aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
-rw-r--r--README.md3
2 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dabe624..85f7da5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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 = []
diff --git a/README.md b/README.md
index f4d867b..b319b24 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
# zears
+[![Crates.io Version](https://img.shields.io/crates/v/zears?style=flat-square)](https://crates.io/crates/zears)
+[![Crates.io License](https://img.shields.io/crates/l/zears?style=flat-square)](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 ☣️