From ca49c6455c5aa69fa7a0045dcd85e85bb6bf76d6 Mon Sep 17 00:00:00 2001 From: Mateus de Lima Oliveira Date: Mon, 12 Sep 2022 11:20:17 -0300 Subject: [PATCH] chacha20 0.1.0 (#634) * 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. --- index/ch/chacha20/chacha20-0.1.0.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 index/ch/chacha20/chacha20-0.1.0.toml diff --git a/index/ch/chacha20/chacha20-0.1.0.toml b/index/ch/chacha20/chacha20-0.1.0.toml new file mode 100644 index 00000000..ff1f545e --- /dev/null +++ b/index/ch/chacha20/chacha20-0.1.0.toml @@ -0,0 +1,15 @@ +name = "chacha20" +description = "ChaCha20 implementation in Ada." +version = "0.1.0" + +authors = ["Mateus de Lima Oliveira"] +maintainers = ["Mateus de Lima Oliveira "] +maintainers-logins = ["m4t3uz"] +licenses = "MIT" +website = "https://ativarsoft.com" +tags = ["chacha20", "security", "cryptography"] + +[origin] +commit = "bdbedfe4a7a49c74512919aed02a2dbecfa82c72" +url = "git+https://github.com/m4t3uz/chacha20.git" +