Crate bitcoin_sha512

Source

Structs§

HmacSha512
| A hasher class for HMAC-SHA-512. |
Sha512
| A hasher class for SHA-512. |

Constants§

HMAC_SHA512_OUTPUT_SIZE
SHA512_OUTPUT_SIZE

Functions§

sha512_ch
sha512_initialize
| Initialize SHA-256 state. |
sha512_maj
sha512_round
| One round of SHA-512. |
sha512_sigma0
sha512_sigma1
sha512_transform
| Perform one SHA-512 transformation, | processing a 128-byte chunk. |