Files
rosenpass/constant-time
Paul Spooren b2de384fcf constant-time: add secure memcmp_le function
The compare function should do a little-endian comparision, therefore
copy the code from quinier/memsec and don't revert the loop, tada, le.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2024-03-11 13:08:41 +01:00
..

Rosenpass constant time library

Rosenpass internal library providing basic constant-time operations.

This is an internal library; not guarantee is made about its API at this point in time.