Sponge.Make_hash
module P : Intf.Permutation
val state_size : int
val rate : int
val update : P.Field.t Params.t -> state:P.Field.t State.t -> P.Field.t array -> P.Field.t State.t
val digest : P.Field.t State.t -> P.Field.t
val initial_state : P.Field.t State.t
val hash : ?init:P.Field.t State.t -> P.Field.t Params.t -> P.Field.t array -> P.Field.t