4fb45d2455
* Add sha1 v2.0.0 * Add hmac v2.0.0 * Add sha2 v2.0.0 * Add pbkdf2 v3.0.0
16 lines
440 B
TOML
16 lines
440 B
TOML
name = "sha2"
|
|
description = "Secure Hash Algorithm 2 implemented in Ada"
|
|
version = "2.0.0"
|
|
website = "https://github.com/AntonMeep/sha2"
|
|
licenses = "ISC"
|
|
tags = ["cryptography", "security", "sha2"]
|
|
|
|
authors = ["Anton Fediushin"]
|
|
maintainers = ["Anton Fediushin <imantonmeep@gmail.com>"]
|
|
maintainers-logins = ["AntonMeep"]
|
|
|
|
[origin]
|
|
commit = "73c2cd73e440b1e36d1b5c8b741fcb0e3fc4046c"
|
|
url = "git+https://github.com/AntonMeep/sha2.git"
|
|
|