diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-11-27 08:58:46 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-11-27 08:58:46 +0100 |
| commit | d14739644394986cb584acb45ed9b214dff1c501 (patch) | |
| tree | 3bd49b3feeafcd3aeb23a779d161f67664a1eaec /crypto_aead/lilliputaei128v1/ref/encrypt.c | |
| parent | 89ff89643cf6682742730c3f65b572debe2c2ab1 (diff) | |
| download | lilliput-ae-implem-d14739644394986cb584acb45ed9b214dff1c501.tar.xz | |
Mise en commun du code TBC et ΘCB3
Il ne devrait pas varier selon les paramètres AFAICT.
Diffstat (limited to 'crypto_aead/lilliputaei128v1/ref/encrypt.c')
| -rw-r--r-- | crypto_aead/lilliputaei128v1/ref/encrypt.c | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/crypto_aead/lilliputaei128v1/ref/encrypt.c b/crypto_aead/lilliputaei128v1/ref/encrypt.c deleted file mode 100644 index 9f0f1cf..0000000 --- a/crypto_aead/lilliputaei128v1/ref/encrypt.c +++ /dev/null @@ -1,25 +0,0 @@ -#include "api.h" -#include "crypto_aead.h" /* TODO: provided by NIST's TestVectorGen.zip */ - - -int crypto_aead_encrypt( - unsigned char *c, unsigned long long *clen, - const unsigned char *m, unsigned long long mlen, - const unsigned char *ad, unsigned long long adlen, - const unsigned char *nsec, - const unsigned char *npub, - const unsigned char *k -) -{ -} - -int crypto_aead_decrypt( - unsigned char *m, unsigned long long *mlen, - unsigned char *nsec, - const unsigned char *c, unsigned long long clen, - const unsigned char *ad, unsigned long long adlen, - const unsigned char *npub, - const unsigned char *k -) -{ -} |
