https://gitlab.com/tezos/tezos
Raw File
Tip revision: 6e3dec6dfffaf1020282dabfa98c45ab1b66d51a authored by Diane Gallois-Wong on 14 March 2024, 16:53:36 UTC
Tezt/operation: swap run and waiter, so that the test doesn't hang
Tip revision: 6e3dec6
orchard.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