hydrogen icon indicating copy to clipboard operation
hydrogen copied to clipboard

Support constant time helper functions

Open aead opened this issue 7 years ago • 0 comments

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.

aead avatar Mar 02 '17 09:03 aead