Cargo Features
[dependencies]
checksum_dir = { version = "1.0.0", default-features = false, features = ["blake2", "ascon-hash", "belt-hash", "fsb", "gost94", "groestl", "jh", "md2", "md4", "md5", "ripemd", "sha1", "sha1-checked", "sha2", "sha3", "skein", "sm3", "streebog", "tiger", "whirlpool"] }
- default = sha3
-
The
sha3
feature is set by default wheneverchecksum_dir
is added without
somewhere in the dependency tree.default-features = false - blake2
-
Enables blake2
- ascon-hash
-
Enables ascon-hash
- belt-hash
-
Enables belt-hash
- fsb
-
Enables fsb
- gost94
-
Enables gost94
- groestl
-
Enables groestl
- jh
-
Enables jh
- md2
-
Enables md2
- md4
-
Enables md4
- md5
-
Enables md-5
- ripemd
-
Enables ripemd
- sha1
-
Enables sha1
- sha1-checked
-
Enables sha1-checked
- sha2
-
Enables sha2
- sha3 default
-
Enables sha3
- skein
-
Enables skein
- sm3
-
Enables sm3
- streebog
-
Enables streebog
- tiger
-
Enables tiger
- whirlpool
-
Enables whirlpool
checksum_dir has 21 features without comments.