From 2cf5f0745398b085bd822cd5e424e90cfc4cb754 Mon Sep 17 00:00:00 2001 From: Anton F Date: Wed, 23 Mar 2022 12:28:24 +0100 Subject: [PATCH] sha1 1.0.1 (#481) --- index/sh/sha1/sha1-1.0.1.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 index/sh/sha1/sha1-1.0.1.toml diff --git a/index/sh/sha1/sha1-1.0.1.toml b/index/sh/sha1/sha1-1.0.1.toml new file mode 100644 index 00000000..2d8f2263 --- /dev/null +++ b/index/sh/sha1/sha1-1.0.1.toml @@ -0,0 +1,15 @@ +name = "sha1" +description = "Secure Hash Algorithm 1 implemented in Ada" +version = "1.0.1" +website = "https://github.com/AntonMeep/sha1" +licenses = "ISC" +tags = ["cryptography", "security", "sha1"] + +authors = ["Anton Fediushin"] +maintainers = ["Anton Fediushin "] +maintainers-logins = ["AntonMeep"] + +[origin] +commit = "a09a171b8739772301211976cc997406c37dce4d" +url = "git+https://github.com/AntonMeep/sha1.git" +