From 4fb45d245505476592bf9879ec98080b7431cb52 Mon Sep 17 00:00:00 2001 From: Anton F Date: Fri, 1 Apr 2022 13:25:29 +0200 Subject: [PATCH] sha1 2.0, sha2 2.0, hmac 2.0, pbkdf2 3.0 (#490) * Add sha1 v2.0.0 * Add hmac v2.0.0 * Add sha2 v2.0.0 * Add pbkdf2 v3.0.0 --- index/hm/hmac/hmac-2.0.0.toml | 19 +++++++++++++++++++ index/pb/pbkdf2/pbkdf2-3.0.0.toml | 20 ++++++++++++++++++++ index/sh/sha1/sha1-2.0.0.toml | 15 +++++++++++++++ index/sh/sha2/sha2-2.0.0.toml | 15 +++++++++++++++ 4 files changed, 69 insertions(+) create mode 100644 index/hm/hmac/hmac-2.0.0.toml create mode 100644 index/pb/pbkdf2/pbkdf2-3.0.0.toml create mode 100644 index/sh/sha1/sha1-2.0.0.toml create mode 100644 index/sh/sha2/sha2-2.0.0.toml diff --git a/index/hm/hmac/hmac-2.0.0.toml b/index/hm/hmac/hmac-2.0.0.toml new file mode 100644 index 00000000..be09fd9d --- /dev/null +++ b/index/hm/hmac/hmac-2.0.0.toml @@ -0,0 +1,19 @@ +name = "hmac" +description = "HMAC implemented in Ada" +version = "2.0.0" +website = "https://github.com/AntonMeep/hmac" +licenses = "ISC" +tags = ["cryptography", "security", "hmac"] + +authors = ["Anton Fediushin"] +maintainers = ["Anton Fediushin "] +maintainers-logins = ["AntonMeep"] + +[[depends-on]] +sha1 = "^2.0.0" +sha2 = "^2.0.0" + +[origin] +commit = "d8046c212cc27744710cfa075462ac4ff766f1c6" +url = "git+https://github.com/AntonMeep/hmac.git" + diff --git a/index/pb/pbkdf2/pbkdf2-3.0.0.toml b/index/pb/pbkdf2/pbkdf2-3.0.0.toml new file mode 100644 index 00000000..71418701 --- /dev/null +++ b/index/pb/pbkdf2/pbkdf2-3.0.0.toml @@ -0,0 +1,20 @@ +name = "pbkdf2" +description = "PBKDF2 implemented in Ada" +version = "3.0.0" +website = "https://github.com/AntonMeep/pbkdf2" +licenses = "ISC" +tags = ["cryptography", "security", "pbkdf2"] + +authors = ["Anton Fediushin"] +maintainers = ["Anton Fediushin "] +maintainers-logins = ["AntonMeep"] + +[[depends-on]] +hmac = "^2.0.0" +sha1 = "^2.0.0" +sha2 = "^2.0.0" + +[origin] +commit = "67518be3704968c2f9cb61794f341355d3397d7d" +url = "git+https://github.com/AntonMeep/pbkdf2.git" + diff --git a/index/sh/sha1/sha1-2.0.0.toml b/index/sh/sha1/sha1-2.0.0.toml new file mode 100644 index 00000000..01ef9d59 --- /dev/null +++ b/index/sh/sha1/sha1-2.0.0.toml @@ -0,0 +1,15 @@ +name = "sha1" +description = "Secure Hash Algorithm 1 implemented in Ada" +version = "2.0.0" +website = "https://github.com/AntonMeep/sha1" +licenses = "ISC" +tags = ["cryptography", "security", "sha1"] + +authors = ["Anton Fediushin"] +maintainers = ["Anton Fediushin "] +maintainers-logins = ["AntonMeep"] + +[origin] +commit = "0ab37e5c71289465fafe1324384a8ddcac256e5f" +url = "git+https://github.com/AntonMeep/sha1.git" + diff --git a/index/sh/sha2/sha2-2.0.0.toml b/index/sh/sha2/sha2-2.0.0.toml new file mode 100644 index 00000000..dd04381e --- /dev/null +++ b/index/sh/sha2/sha2-2.0.0.toml @@ -0,0 +1,15 @@ +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 "] +maintainers-logins = ["AntonMeep"] + +[origin] +commit = "73c2cd73e440b1e36d1b5c8b741fcb0e3fc4046c" +url = "git+https://github.com/AntonMeep/sha2.git" +