shithub: mc

ref: ddb327c92ebe3f96c5c816ec61996440551de401
dir: /lib/crypto/bld.sub/

View raw version
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
;;