summaryrefslogtreecommitdiff
path: root/test/i-256/traces-ae.c
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2019-06-13 15:16:19 +0200
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2019-07-05 11:13:26 +0200
commit2b512dfe165ff9337208b7e366e816d4731abef4 (patch)
tree89c62d68383a95e012ba392bc1cf47c6b7f4cbac /test/i-256/traces-ae.c
parent390b7a8ac7c14f73bf216561416f444109f24ec4 (diff)
downloadlilliput-ae-implem-2b512dfe165ff9337208b7e366e816d4731abef4.tar.xz
Adaptation des tests et des traces
- mise à jour des vecteurs de test i-128/test-ae-*crypt - affichage des tableaux d'octets par indices croissants
Diffstat (limited to 'test/i-256/traces-ae.c')
-rw-r--r--test/i-256/traces-ae.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/i-256/traces-ae.c b/test/i-256/traces-ae.c
index 946518e..9b75273 100644
--- a/test/i-256/traces-ae.c
+++ b/test/i-256/traces-ae.c
@@ -82,7 +82,7 @@ const vector VECTORS[] = {
0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x2d, 0x2e, 0x2f,
0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37,
0x38, 0x39, 0x3a, 0x3b, 0x3c, 0x3d, 0x3e, 0x3f,
- 0x40, 0x01
+ 0x40, 0x41
},
.message_len = 66,
.message = (uint8_t[]) {
@@ -94,7 +94,7 @@ const vector VECTORS[] = {
0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x2d, 0x2e, 0x2f,
0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37,
0x38, 0x39, 0x3a, 0x3b, 0x3c, 0x3d, 0x3e, 0x3f,
- 0x40, 0x01
+ 0x40, 0x41
}
}
};