Crate xkcp_rs

source ·
Expand description

xkcp-rs

Safe wrappers to the eXtended Keccak Code Package (XKCP) library.

Re-exports

Structs

Enums

Functions

  • Implementation of Keccak-224.
  • Implementation of Keccak-256.
  • Implementation of Keccak-384.
  • Implementation of Keccak-512.
  • Function to evaluate the sponge function Keccak[r, c] in a single call.
  • Implementation of SHA3-224 [FIPS 202].
  • Implementation of SHA3-256 [FIPS 202].
  • Implementation of SHA3-384 [FIPS 202].
  • Implementation of SHA3-512 [FIPS 202].
  • Implementation of the SHAKE128 extendable output function (XOF) [FIPS 202].
  • Implementation of the SHAKE256 extendable output function (XOF) [FIPS 202].

Type Aliases

  • Keccak result type alias.