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" +