cryb-to/include/cryb
2016-03-15 14:27:02 +01:00
..
.gitignore Prepare for moving to Github 2015-12-14 15:55:38 +01:00
aes.h Use an enum for encrypt / decrypt + minor cleanup 2015-10-03 14:43:33 +00:00
algorithm.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
attributes.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
bitwise.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
cipher.h Fix cipher macros 2015-10-04 07:19:28 +00:00
coverage.h Hide the no-op default case when not instrumenting for coverage analysis. 2016-01-09 18:37:36 +01:00
cpe.h Use wstring throughout (except internally in struct cpe_name). 2014-11-01 20:15:45 +00:00
ctype.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
digest.h Fix various bugs relating to digest algorithm registration and wrapping 2015-10-03 09:32:44 +00:00
enc.h Build system overhaul 2015-12-14 18:08:22 +01:00
endian.h Add 16-bit endian conversion functions. 2015-08-17 15:37:07 +00:00
hash.h Add a simple implementation of the Adler-32 checksum. 2015-08-18 13:27:06 +00:00
hmac.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
hmac_sha1.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
hmac_sha224.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
hmac_sha256.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
hmac_sha384.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
hmac_sha512.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
hotp.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
impl.h Cosmetic: use angle brackets instead of double quotes 2016-03-15 14:26:32 +01:00
mac.h Build system overhaul 2015-12-14 18:08:22 +01:00
Makefile.am <cryb/coverage.h> needs to be installed along with libcryb-test. 2016-03-15 14:27:02 +01:00
md.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
md2.h Fix various bugs relating to digest algorithm registration and wrapping 2015-10-03 09:32:44 +00:00
md4.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
md5.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
memset_s.h Add missing header 2015-04-08 12:17:51 +00:00
mpi.h Implement mpi_{add,sub}() in terms of mpi_{add,sub}_abs(). 2015-01-07 18:59:44 +00:00
nocoverage.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
oath.h Catch up with OpenPAM's latest OATH changes: 2014-12-20 01:45:01 +00:00
oath_constants.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
oath_types.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
rand.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
rc4.h Use an enum for encrypt / decrypt + minor cleanup 2015-10-03 14:43:33 +00:00
rfc3986.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
rfc4648.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
sha.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
sha1.h Fix various bugs relating to digest algorithm registration and wrapping 2015-10-03 09:32:44 +00:00
sha224.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
sha256.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
sha384.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
sha512.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
string.h Add string_len() (return length of string) and string_dup_cs() (create a 2015-10-12 10:23:24 +00:00
strlcat.h Consistently use #if HAVE_FOO instead of #ifdef HAVE_FOO. The reason is 2014-12-20 00:38:54 +00:00
strlcmp.h Consistently use #if HAVE_FOO instead of #ifdef HAVE_FOO. The reason is 2014-12-20 00:38:54 +00:00
strlcpy.h Consistently use #if HAVE_FOO instead of #ifdef HAVE_FOO. The reason is 2014-12-20 00:38:54 +00:00
test.h Add a t_compare_strn() function which is to t_compare_str() what strncmp() is to 2016-01-10 18:49:19 +01:00
to.h Build system overhaul 2015-12-14 18:08:22 +01:00
totp.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
version.h Bump internal version number. 2016-01-09 20:12:01 +01:00
wstring.h Add string_len() (return length of string) and string_dup_cs() (create a 2015-10-12 10:23:24 +00:00