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
libhydrogen provides some useful helper functions for incrementing a byte array/slice or testing equality of two byte arrays/slices in constant time.
Currently crypto/subtle provides some (unfortunately not all) of this functions - so maybe implement them in a seperate hydrogen/subtle package.
The text was updated successfully, but these errors were encountered:
libhydrogen provides some useful helper functions for incrementing a byte array/slice or testing equality of two byte arrays/slices in constant time.
Currently crypto/subtle provides some (unfortunately not all) of this functions - so maybe implement them in a seperate hydrogen/subtle package.
The text was updated successfully, but these errors were encountered: