package bls12-381-hash

  1. Overview
  2. Docs
module Poseidon128 : sig ... end

Implementation of an instantiation of Poseidon over the scalar field of BLS12-381 for a security of 128 bits and with the permutation x^5. The parameters of the instantiation are:

module Poseidon : sig ... end
module Rescue : sig ... end

Implementation of an instantiation of Rescue over the scalar field of BLS12-381 for a security of 128 bits and with the permutation x^5. The parameters of the instantiation are:

module Anemoi : sig ... end

Implementation of an instanciation of AnemoiJive2 over the scalar field of BLS12-381 for a security of 128 bits.