crocs-muni / CryptoStreams

Tool for generation of data from cryptoprimitives (block and stream ciphers, hash functions). Cryptoprimitives are round-reduced and the data can be configured for multiple testing scenarios.
MIT License
13 stars 9 forks source link

hw counter config extended - initial_state #107

Closed ph4r05 closed 5 years ago

ph4r05 commented 5 years ago

Configuration example:

{
  "increase_hw": false,
  "randomize_overflow" : false,
  "randomize_start": false,
  "hw": 4,
  "initial_state": [0, 13, 14, 15]
}
ph4r05 commented 5 years ago

thanks!