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 was just curious because some cryptographic packages simulates the bytes working with a List Int. Now that we have core support for bytes, they may work with them directly instead of List Int. If that's the case, when doing cryptographic stuff the would use bitwise operations like AND, or XOR directly to the bytes instead of decoding it to a List Int
Hello, is planned that
core/Bitwise
works with Bytes instead of Int? Or support both?The text was updated successfully, but these errors were encountered: