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
While I don't have a big-endian platform for testing, it looks like rusha won't work correctly there. Reason is: the switch (om) and switch(lm) blocks in functions like convBuf() reverse byte order - assuming little-endian architecture. Most other places such as getRawDigest() function for example seem to work independently of platform's architecture.
The text was updated successfully, but these errors were encountered:
While I don't have a big-endian platform for testing, it looks like rusha won't work correctly there. Reason is: the
switch (om)
andswitch(lm)
blocks in functions likeconvBuf()
reverse byte order - assuming little-endian architecture. Most other places such asgetRawDigest()
function for example seem to work independently of platform's architecture.The text was updated successfully, but these errors were encountered: