Newer
Older
barebox / crypto / Kconfig
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 12 Oct 2011 225 bytes crypto: add sha224 support
config CRC32
	bool

config CRC16
	bool

menuconfig DIGEST
	bool "Digest                        "

if DIGEST

config MD5
	bool "MD5"

config SHA1
	bool "SHA1"

config SHA224
	bool "SHA224"

config SHA256
	bool "SHA256"

endif