COTP
COTP copied to clipboard
A simple One Time Password (OTP) library in C, supports C++
Results
4
COTP issues
Sort by
recently updated
recently updated
newest added
I am not sure where the root cause is, but the SHA256 and SHA512 are failing in my tests with the test/main.c* programs. Isolation necessary.
bug
help wanted
test me
Another set. First 2 are more or less easy. The third is more complicated, see the commit message. 1. correct error messages from tests; 2. constant time computation; 3. rewrite...