ca49c6455c
* Added chacha20-0.1.0-dev * Update and rename chacha20-0.1.0-dev.toml to chacha20-0.1.0.toml Renamed file and fixed version number.
16 lines
450 B
TOML
16 lines
450 B
TOML
name = "chacha20"
|
|
description = "ChaCha20 implementation in Ada."
|
|
version = "0.1.0"
|
|
|
|
authors = ["Mateus de Lima Oliveira"]
|
|
maintainers = ["Mateus de Lima Oliveira <mateus@ativarsoft.com>"]
|
|
maintainers-logins = ["m4t3uz"]
|
|
licenses = "MIT"
|
|
website = "https://ativarsoft.com"
|
|
tags = ["chacha20", "security", "cryptography"]
|
|
|
|
[origin]
|
|
commit = "bdbedfe4a7a49c74512919aed02a2dbecfa82c72"
|
|
url = "git+https://github.com/m4t3uz/chacha20.git"
|
|
|