https://gitlab.com/tezos/tezos
Raw File
Tip revision: c39126732442319208ef47e5d4ffe0e687060f8e authored by Mathias Bourgoin on 27 November 2023, 16:33:22 UTC
WIP
Tip revision: c391267
poseidon252.mli
module Constant : Poseidon_core.PARAMETERS

module Make (Scalar : Bls12_381.Ff_sig.PRIME) : sig
  module Strategy : Poseidon_core.STRATEGY with type scalar = Scalar.t

  module Hash : Poseidon_core.HASH with type scalar = Scalar.t
end
back to top