16 lines
440 B
TOML
16 lines
440 B
TOML
name = "sha2"
|
|
description = "Secure Hash Algorithm 2 implemented in Ada"
|
|
version = "1.1.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 = "a1954792aab01e0c551f76dc66a1c6fa35106835"
|
|
url = "git+https://github.com/AntonMeep/sha2.git"
|
|
|