https://gitlab.com/tezos/tezos
Raw File
Tip revision: 6bc48813f2f7781ac8fab1e47b980d9094c79900 authored by Pierrick Couderc on 02 November 2023, 09:15:56 UTC
EVM/Plugin: add new encodings
Tip revision: 6bc4881
poseidon128.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