9
0
Fork 0
barebox/crypto/Kconfig

22 lines
195 B
Plaintext

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