From c818a435819d6ff3d1c2b3bc4d709a940824f771 Mon Sep 17 00:00:00 2001 From: Anton F Date: Thu, 24 Mar 2022 11:35:21 +0100 Subject: [PATCH] sha2 1.1.0 (#483) --- index/sh/sha2/sha2-1.1.0.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 index/sh/sha2/sha2-1.1.0.toml diff --git a/index/sh/sha2/sha2-1.1.0.toml b/index/sh/sha2/sha2-1.1.0.toml new file mode 100644 index 00000000..374b2be9 --- /dev/null +++ b/index/sh/sha2/sha2-1.1.0.toml @@ -0,0 +1,15 @@ +name = "sha2" +description = "Secure Hash Algorithm 2 implemented in Ada" +version = "1.1.0" +website = "https://github.com/AntonMeep/sha2" +licenses = "ISC" +tags = ["cryptography", "security", "sha2"] + +authors = ["Anton Fediushin"] +maintainers = ["Anton Fediushin "] +maintainers-logins = ["AntonMeep"] + +[origin] +commit = "a1954792aab01e0c551f76dc66a1c6fa35106835" +url = "git+https://github.com/AntonMeep/sha2.git" +