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

fix: DES, 3DES rekeying #118

Closed ph4r05 closed 1 year ago

ph4r05 commented 1 year ago

Re-keying was not working as the key setup was using OR to set bits to existing context.

ph4r05 commented 1 year ago

@mbroz @sysox FYI