From 4bd12bb7d8ab938fadf4f63f6dbabd67dfc9e186 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Thu, 17 Apr 2025 13:50:01 +0200 Subject: add keywords/categories/badges --- Cargo.toml | 2 ++ README.md | 3 +++ 2 files changed, 5 insertions(+) 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 ☣️ -- cgit v1.2.3