From b3cf65a6023949a6bc9e30cf03e6fc1efba07fd1 Mon Sep 17 00:00:00 2001 From: Anton F Date: Thu, 24 Mar 2022 13:13:04 +0100 Subject: [PATCH] hmac 1.0.0 (#484) --- index/hm/hmac/hmac-1.0.0.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 index/hm/hmac/hmac-1.0.0.toml diff --git a/index/hm/hmac/hmac-1.0.0.toml b/index/hm/hmac/hmac-1.0.0.toml new file mode 100644 index 00000000..58082320 --- /dev/null +++ b/index/hm/hmac/hmac-1.0.0.toml @@ -0,0 +1,19 @@ +name = "hmac" +description = "HMAC implemented in Ada" +version = "1.0.0" +website = "https://github.com/AntonMeep/hmac" +licenses = "ISC" +tags = ["cryptography", "security", "hmac"] + +authors = ["Anton Fediushin"] +maintainers = ["Anton Fediushin "] +maintainers-logins = ["AntonMeep"] + +[[depends-on]] +sha1 = "^1.0.0" +sha2 = "^1.1.0" + +[origin] +commit = "d88a7b576bb62ad7d5c6375424107f132879b34b" +url = "git+https://github.com/AntonMeep/hmac.git" +