9
0
Fork 0
barebox/crypto/Kconfig

28 lines
244 B
Plaintext

config CRC32
bool
config CRC16
bool
config CRC7
bool
menuconfig DIGEST
bool "Digest "
if DIGEST
config MD5
bool "MD5"
config SHA1
bool "SHA1"
config SHA224
bool "SHA224"
config SHA256
bool "SHA256"
endif