9
0
Fork 0
barebox/crypto/Kconfig

42 lines
369 B
Plaintext
Raw Normal View History

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"
config SHA384
bool "SHA384"
config SHA512
bool "SHA512"
config DIGEST_HMAC
bool "HMAC"
endif
config CRYPTO_PBKDF2
select DIGEST
select SHA1
bool