From 78d33fc75836103801f28c0bb93cf08299acb3ad Mon Sep 17 00:00:00 2001 From: brycx Date: Sat, 29 Dec 2018 15:53:22 +0100 Subject: [PATCH] v0.12 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 56822433..b03adb55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "orion" -version = "0.11.0" +version = "0.12.0" authors = ["brycx "] description = "Easy and usable rust crypto" -keywords = [ "cryptography", "blake2", "aead", "xchacha20_poly1305", "chacha20_poly1305" ] +keywords = [ "cryptography", "blake2", "aead", "sha2", "xchacha20_poly1305" ] categories = [ "cryptography", "no-std" ] edition = "2018" readme = "README.md"