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
28
29
30
31
32
33
34
35
36
37
38
39
[]
= "sha2"
= "0.8.2"
= ["RustCrypto Developers"]
= "MIT OR Apache-2.0"
= """
Pure Rust implementation of the SHA-2 hash function family
including SHA-224, SHA-256, SHA-384, and SHA-512.
"""
= "https://docs.rs/sha2"
= "https://github.com/RustCrypto/hashes"
= ["crypto", "sha2", "hash", "digest"]
= ["cryptography", "no-std"]
[]
= "0.8"
= "0.7"
= "0.1"
= "0.2"
= { ="0.5", =true }
= { = "0.2.68", = true }
[]
= { = "0.8", = ["dev"] }
= "0.1"
[]
= ["std"]
= ["digest/std"]
= ["sha2-asm"]
= []
# TODO: Remove this feature once is_aarch64_feature_detected!() is stabilised.
# Only used on AArch64 Linux systems, when built without the crypto target_feature.
= ["asm", "libc"]
[]
= { = "actively-developed" }
= { = "RustCrypto/hashes" }