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