mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-14 17:55:40 +00:00
f26cbe997d
functions.
48 lines
592 B
Makefile
48 lines
592 B
Makefile
crybdir = $(includedir)/cryb
|
|
|
|
cryb_HEADERS = \
|
|
algorithm.h \
|
|
attributes.h \
|
|
bitwise.h \
|
|
cpe.h \
|
|
ctype.h \
|
|
digest.h \
|
|
endian.h \
|
|
hash.h \
|
|
hmac.h \
|
|
hmac_sha1.h \
|
|
hmac_sha224.h \
|
|
hmac_sha256.h \
|
|
hmac_sha384.h \
|
|
hmac_sha512.h \
|
|
hotp.h \
|
|
md.h \
|
|
md2.h \
|
|
md4.h \
|
|
md5.h \
|
|
mpi.h \
|
|
oath.h \
|
|
oath_constants.h \
|
|
oath_types.h \
|
|
rand.h \
|
|
rfc3986.h \
|
|
rfc4648.h \
|
|
sha.h \
|
|
sha1.h \
|
|
sha224.h \
|
|
sha256.h \
|
|
sha384.h \
|
|
sha512.h \
|
|
string.h \
|
|
strlcat.h \
|
|
strlcmp.h \
|
|
strlcpy.h \
|
|
to.h \
|
|
totp.h \
|
|
version.h \
|
|
wstring.h
|
|
|
|
noinst_HEADERS = \
|
|
coverage.h \
|
|
impl.h \
|
|
nocoverage.h
|