summaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
blob: a6fc1b8f86b5fc78ebca047ca792a8e10ab339f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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