Revision 90419fb06271c6a2459370b8ebe0c37546e78f99 authored by Arvid Jakobsson on 13 February 2024, 10:15:23 UTC, committed by Marge Bot on 13 February 2024, 18:49:05 UTC
We now need to handle jobs like [tezt-memory-3k] in addition to jobs
like [tezt-memory-4k 1/4].
1 parent 2f9b580
Raw File
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