4fb45d2455
* Add sha1 v2.0.0 * Add hmac v2.0.0 * Add sha2 v2.0.0 * Add pbkdf2 v3.0.0
20 lines
469 B
TOML
20 lines
469 B
TOML
name = "hmac"
|
|
description = "HMAC implemented in Ada"
|
|
version = "2.0.0"
|
|
website = "https://github.com/AntonMeep/hmac"
|
|
licenses = "ISC"
|
|
tags = ["cryptography", "security", "hmac"]
|
|
|
|
authors = ["Anton Fediushin"]
|
|
maintainers = ["Anton Fediushin <imantonmeep@gmail.com>"]
|
|
maintainers-logins = ["AntonMeep"]
|
|
|
|
[[depends-on]]
|
|
sha1 = "^2.0.0"
|
|
sha2 = "^2.0.0"
|
|
|
|
[origin]
|
|
commit = "d8046c212cc27744710cfa075462ac4ff766f1c6"
|
|
url = "git+https://github.com/AntonMeep/hmac.git"
|
|
|