16 lines
440 B
TOML
16 lines
440 B
TOML
name = "sha1"
|
|
description = "Secure Hash Algorithm 1 implemented in Ada"
|
|
version = "1.0.0"
|
|
website = "https://github.com/AntonMeep/sha1"
|
|
licenses = "ISC"
|
|
tags = ["cryptography", "security", "sha1"]
|
|
|
|
authors = ["Anton Fediushin"]
|
|
maintainers = ["Anton Fediushin <imantonmeep@gmail.com>"]
|
|
maintainers-logins = ["AntonMeep"]
|
|
|
|
[origin]
|
|
commit = "77f2df4a9b8f27c0a002338edd806642df422a0f"
|
|
url = "git+https://github.com/AntonMeep/sha1.git"
|
|
|