-
Notifications
You must be signed in to change notification settings - Fork 8
Generator
Karel Kubicek edited this page Mar 11, 2017
·
2 revisions
Generator tool is separate binary build together with EACirc. It is currently developed in brach dev
, but in future, it will be standalone project.
Generator serves as data source of many round-reduced cryptographic functions. All the functions from EACirc are allowed, with all the possibilities of setup from EACirc streams.
Already generated data can be directly accessed here.
Used settings was:
- Plaintext was counter.
- Key is random and unchanged for the whole file.
- Function is the first part of the filename, i.e.
AES
. - Number of rounds is the seconds part of the filename, i.e. 3 rounds for
r3
. - Block length is the last part of the filename, i.e. 16 B (128 bits) for
b16
.
All the data were generated with generator tool with seed 1fe40505e131963c
.