cryb-to/lib/Makefile.am
Dag-Erling Smørgrav 0023f57ab5 Add a library of general (non-cryptographic) hash functions, currently
consisting of the Pearson string hash function and the Murmur3-32 hash
function.
2014-07-19 06:03:57 +00:00

14 lines
116 B
Makefile

# $Cryb$
SUBDIRS = \
core \
digest \
enc \
hash \
mac \
rand \
oath
if WITH_RSAREF
SUBDIRS += rsaref
endif