hydrogen
hydrogen copied to clipboard
Support constant time helper functions
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.