From: Loup Vaillant Date: Fri, 20 Dec 2019 11:54:39 +0000 (+0100) Subject: Expunged Monokex test vectors X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=7067c953dc80a7a8f748bba8e8b0c24c55da338e;p=Monocypher.git Expunged Monokex test vectors Monokex is unlikely to be added to Monocypher in the near future, for a couple reasons: - It is a high level protocol, and Monocypher is fairly low level. - It is not yet ready for production. - It takes a significant amount of code. Maybe it will be added later, but first, Monokex must focus on being its own library, with Monocypher as a dependency. (We could also have a version that uses Libsodium instead.) --- diff --git a/tests/gen/makefile b/tests/gen/makefile index 2a200ea..9f37fb4 100644 --- a/tests/gen/makefile +++ b/tests/gen/makefile @@ -7,7 +7,6 @@ VEC = chacha20 hchacha20 xchacha20 ietf_chacha20 aead_ietf \ poly1305 blake2b sha512 hmac_sha512 argon2i \ edDSA edDSA_pk ed_25519 ed_25519_pk ed_25519_check \ x25519 x25519_pk key_exchange -# monokex_xk1 monokex_x VEC2 = $(patsubst %, %.all.vec, $(VEC)) HEADERS = $(patsubst %, %.h.vec , $(VEC)) VECTORS = ../vectors.h @@ -68,8 +67,6 @@ ed_25519.all.vec : ed_25519.vec ed_25519_pk.all.vec : ed_25519_pk.vec ed_25519_check.all.vec: vectors/ed_25519_check key_exchange.all.vec : vectors/key_exchange -monokex_xk1.all.vec : monokex_xk1.vec -monokex_x.all.vec : monokex_x.vec $(VEC2): mkdir -p $(@D) cat $^ > $@ diff --git a/tests/gen/monokex_x.c b/tests/gen/monokex_x.c deleted file mode 100644 index 8d39963..0000000 --- a/tests/gen/monokex_x.c +++ /dev/null @@ -1,6 +0,0 @@ -// TODO: add Monokex (X patern) - -int main(void) -{ - return 0; -} diff --git a/tests/gen/monokex_xk1.c b/tests/gen/monokex_xk1.c deleted file mode 100644 index 8d39963..0000000 --- a/tests/gen/monokex_xk1.c +++ /dev/null @@ -1,6 +0,0 @@ -// TODO: add Monokex (X patern) - -int main(void) -{ - return 0; -}