Crate poseidon377

source ·
Expand description

An instantiation of Poseidon for the BLS12-377 scalar field.

Modules

Structs

  • Represents a generic instance of Poseidon.
  • A set of Poseidon1 parameters for a given set of input parameters.

Statics

Functions

  • Hash a single Fq element with the provided domain_separator.
  • Hash two Fq elements with the provided domain_separator.
  • Hash three Fq elements with the provided domain_separator.
  • Hash four Fq elements with the provided domain_separator.
  • Hash five Fq elements with the provided domain_separator.
  • Hash six Fq elements with the provided domain_separator.
  • Hash seven Fq elements with the provided domain_separator.

Type Aliases