diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 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 = [] |