package bls12-381-hash

  1. Overview
  2. Docs
val state_size_128_3 : int * int * int * int * Bls12_381.Fr.t array * Bls12_381.Fr.t array array

Parameters for Poseidon with a state size of 3 for a security of 128bits. The value is:

  • state size
  • number of full rounds
  • number of partial rounds
  • batch size
  • round constants
  • mds
val state_size_256_5 : int * int * int * int * Bls12_381.Fr.t array * Bls12_381.Fr.t array array

Parameters for Poseidon with a state size of 5 for a security of 256bits. The value is:

  • state size
  • number of full rounds
  • number of partial rounds
  • batch size
  • round constants
  • mds