diff options
author | Juraj Somorovsky <[email protected]> | 2016-11-19 23:42:21 +0100 |
---|---|---|
committer | Juraj Somorovsky <[email protected]> | 2016-11-20 00:17:03 +0100 |
commit | 5848645d0726157a0a1ba8c811dc3d3567fc500e (patch) | |
tree | fe43ebc53ae8177aa63d180435f7801658ddc53c /src/extra_tests/timing/timing-tests/data/lucky13sec4sha1.vec | |
parent | 1e21b64bb96815ebadfab892a73094c758db142d (diff) |
Timing test suite with the mona timing library
Diffstat (limited to 'src/extra_tests/timing/timing-tests/data/lucky13sec4sha1.vec')
-rw-r--r-- | src/extra_tests/timing/timing-tests/data/lucky13sec4sha1.vec | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/extra_tests/timing/timing-tests/data/lucky13sec4sha1.vec b/src/extra_tests/timing/timing-tests/data/lucky13sec4sha1.vec new file mode 100644 index 000000000..ee11ec5db --- /dev/null +++ b/src/extra_tests/timing/timing-tests/data/lucky13sec4sha1.vec @@ -0,0 +1,13 @@ +# Lucky 13 Section 4.2: 4 plaintext blocks +# Case 0: 0x00 padding byte +00000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000000 +# Case 1: At least two valid padding bytes +00000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000101 +# Case 2: Invalid padding +00000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000004030303 +# Further cases (only for extended validations) +#00000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000020202 +#00000000000000000000000000000000 00000000000000000000000000000000 1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F 1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F +#00000000000000000000000000000000 00000000000000000000000000000000 +#00000000000000000000000000000000 00000000000000000000000000000101 +#00000000000000000000000000000000 00000000000000000000000004030303
\ No newline at end of file |