You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do not use any host ordered objects (i.e. uint32Array) in the code, so network order should always be preserved. More specifically any order should always be preserved as everything is operated on as a binary stream of bytes...
can you include output in your example that have the order change?
Is there a way of ensuring the big-endian network byte order is maintained? I am using the 128 key in ECB.
here is my current code:
The text was updated successfully, but these errors were encountered: