Versions in this module Expand all Collapse all v0 v0.16.0 Jan 31, 2025 v0.15.0 Jan 21, 2025 Changes in this version + var ErrInvalidSizebuffer = errors.New("the size of the input should match the size of the hash buffer") + func InitRC(seed string, rf, rp, t int) [][]fr.Element + type Hash struct + func NewHash(t, rf, rp int, seed string) Hash + func (h *Hash) Permutation(input []fr.Element) error