swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: f5de4d6735e4899a651b2d3f95d6b5d66fb0d2f8 authored by Arvid Jakobsson on 31 August 2023, 07:30:19 UTC
tmp
Tip revision: f5de4d6
neptunus.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