Jeffrey Walton

Results 143 comments of Jeffrey Walton

Thanks for the work @Demonslay335, > it appears the HC-256 [author's PDF description](https://www.ecrypt.eu.org/stream/p3ciphers/hc/hc256_p3.pdf) does not match [his own C source code](https://www.ecrypt.eu.org/stream/p3ciphers/hc/hc256_p3source.zip) listed on the [same page](https://www.ecrypt.eu.org/stream/hcp3.html). Yeah, I've seen this...

@Demonslay335, Can you provide a diff that makes Crypto++ work with BouncyCastle and friends? I'd like to think about how we can support both implementations.

Thanks @Demonslay335, I vaguely remember I wanted to use this with HC-256, but I had to switch because of the test vectors produced by the reference implementation. ```diff + GetUserKey(LITTLE_ENDIAN_ORDER,...