Expand description
An implementation of SHA-2.
Structs§
- Sha224
- Struct used for computing SHA-224 on data not stored contiguously in memory.
- Sha256
- Struct used for computing SHA-256 on data not stored contiguously in memory.
- Sha384
- Struct used for computing SHA-384 on data not stored contiguously in memory.
- Sha512
- Struct used for computing SHA-512 on data not stored contiguously in memory.