mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-22 05:35:46 +00:00
The Cryb libraries
f82bbc1400
Add an oath_mode(3) function which translates from mode names to numbers. Consistently use UINT_MAX, not -1, to indicate an invalid response. Change the meaning of the window parameter to always indicate the number of codes to check *in addition* to the current code. Note that for TOTP, the window goes in both directions; a window of 1 means to check the current code plus the previous and next. |
||
---|---|---|
include | ||
lib | ||
t | ||
tools | ||
autogen.des | ||
autogen.sh | ||
configure.ac | ||
CREDITS | ||
HISTORY | ||
INSTALL | ||
LICENSE | ||
Makefile.am | ||
mkpkgng.in | ||
README | ||
RELNOTES |
The aim of the Cryb.to project is to provide a collcetion of correct, well-written, well-tested and well-documented implementations of both low-level cryptographic primitives and higher-level security-related interfaces under a permissive license. The Cryb libraries are the first and primary product of the Cryb.to project. They include low-level cryptographic primitives and support code such as safe string handling and containers.