Skip to content

Commit 913e1d7

Browse files
committed
Re-generate blbs based on the reference impl vectors
1 parent 077b4af commit 913e1d7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ascon-aead/tests/data/kats.blb

660 Bytes
Binary file not shown.

ascon-aead/tests/kats.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,6 @@ macro_rules! new_pass_test {
6060
};
6161
}
6262

63+
// Test vectors are taken from the reference Ascon implementation:
64+
// https://github.com/ascon/ascon-c/blob/fdfca408/crypto_aead/asconaead128/LWC_AEAD_KAT_128_128.txt
6365
new_pass_test!(ascon_aead_kats, "kats", AsconAead128);

0 commit comments

Comments
 (0)