package bls12-381-hash

  1. Overview
  2. Docs

Set of parameters for BLS12-381, and parameters for specific instantiations given in the reference paper

val state_size_3 : int * int * Bls12_381.Fr.t array array * Bls12_381.Fr.t array

Parameters for Rescue with state_size = 3 and 128 bits of security The parameters are:

  • number of rounds
  • state size
  • MDS matrix
  • round constants

FIXME: The MDS and the round constants are not standard