Versions in this module Expand all Collapse all v0 v0.0.1 Feb 7, 2024 Changes in this version + func DiffHash(a Hash, b Hash) error + type Hash struct + B [][]byte + func NewHash() Hash + func (baseHash *Hash) HashToECP() (*FP256BN.ECP, uint32, error) + func (h *Hash) SumToBIG() *FP256BN.BIG + func (h *Hash) SumToBytes() []byte + func (h *Hash) WriteBIG(n ...*FP256BN.BIG) + func (h *Hash) WriteBytes(n ...[]byte) + func (h *Hash) WriteECP(n ...*FP256BN.ECP) + func (h *Hash) WriteECP2(n ...*FP256BN.ECP2)