sha512
Fully qualified path: alexandria_math::sha512
Constants
| SHA512_LEN | — |
| U64_BIT_NUM | — |
| TWO_POW_56 | — |
| TWO_POW_48 | — |
| TWO_POW_40 | — |
| TWO_POW_32 | — |
| TWO_POW_24 | — |
| TWO_POW_16 | — |
| TWO_POW_8 | — |
| TWO_POW_4 | — |
| TWO_POW_2 | — |
| TWO_POW_1 | — |
| TWO_POW_0 | — |
| MAX_U8 | — |
| MAX_U64 | — |
Free functions
| fpow | Calculates base raised to the power using fast exponentiation… |
| sha512 | Computes SHA-512 hash of the input data This function implements the SHA-512 cryptographic hash algorithm following RFC 6234…. |
Structs
Traits
| WordOperations | Trait defining bitwise operations for word types used in cryptographic algorithms. |