diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,12 @@ name = "leona" version = "0.1.0" edition = "2024" +license = "MIT" +description = "LIONESS cipher construction" +readme = "README.md" +repository = "https://codeberg.org/dunj3/leona" +keywords = ["lioness", "encryption", "cipher"] +categories = ["algorithms", "cryptography"] [dependencies] blake2 = "0.11.0-rc.6" |
