https://gitlab.com/tezos/tezos
Raw File
Tip revision: ddfbb8d6a17515f834eff1a5a05a8664d2b37b9e authored by Marge Bot on 12 March 2024, 19:34:11 UTC
Merge tezos/tezos!12427: Nix: Fix shell.nix and default.nix after opam-repo refactor
Tip revision: ddfbb8d
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