package bls12-381-hash

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

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

  • number of rounds
  • state size
  • round constants
  • alpha/beta's
val state_size_4 : int * int * Bls12_381.Fr.t array * Bls12_381.Fr.t array

Parameters for Griffin with a state size of 4 for a security of 128 bits. The value is:

  • number of rounds
  • state size
  • round constants
  • alpha/beta's