Endianness in AES-*-CTR encryption/decryption #297
-
I have been looking through this PR and related issues/proposals, I have a case where I want to encrypt generated messages in vector with "AES-128-CTR" encryption I played a little with rust's So my question is why vector using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey, when this was implemented I checked an arbitrary implementation that uses AES-CTR. That one used little-endian so I made the (apparently wrong) assumption that this was typical. We certainly want to support Java, so I made an issue for fixing this: #298 |
Beta Was this translation helpful? Give feedback.
Hey, when this was implemented I checked an arbitrary implementation that uses AES-CTR. That one used little-endian so I made the (apparently wrong) assumption that this was typical. We certainly want to support Java, so I made an issue for fixing this: #298