ref: 129d74197a3de99fab0a386ebf152a06b3d4bf17
dir: /lib/crypto/bld.sub/
testdeps = ../testr:testr ;;
lib crypto =
	# hashes
	md5.myr
	sha1.myr
	sha256.myr
	sha512.myr
	sha3.myr
	# ciphers
	chacha20.myr
	aes.myr
	# randomness
	entropy.myr	# currently assumes a /dev/random
	rand.myr
	lib ../std:std
	lib ../sys:sys
	lib ../thread:thread
;;
lib testutil {noinst} =
	util.myr
	lib ../std:std
	lib ../sys:sys
	lib ../thread:thread
;;
testdeps =
	testutil
	../testr:testr
;;