]> git.codecow.com Git - Monocypher.git/commitdiff
Expunged Monokex test vectors
authorLoup Vaillant <loup@loup-vaillant.fr>
Fri, 20 Dec 2019 11:54:39 +0000 (12:54 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Fri, 20 Dec 2019 11:54:39 +0000 (12:54 +0100)
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.)

tests/gen/makefile
tests/gen/monokex_x.c [deleted file]
tests/gen/monokex_xk1.c [deleted file]

index 2a200ea349871a54fe60a6e30f2d3f63c3beaa36..9f37fb4aaa138256a08478f21825a63ae0bdfb93 100644 (file)
@@ -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 (file)
index 8d39963..0000000
+++ /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 (file)
index 8d39963..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-// TODO: add Monokex (X patern)
-
-int main(void)
-{
-    return 0;
-}