index
:
lilliput-ae-reference-implementation
master
Implementations of Lilliput-AE submitted to the NIST LWC standardization process
PACLIDO consortium
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto_aead
/
lilliputaei128v1
/
ref
/
test
/
tweakey.sh
blob: 653d13ec93f247da0cb7a2ffefe85ea8203fd1a0 (
plain
)
1
2
3
4
5
6
7
8
#!/bin/bash set -eu reference=$1 actual=$2 diff -ru ${reference} ${actual}