Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SHA3Hasher ¶
type SHA3Hasher struct {
Variant string // "SHA3-256" or "SHA3-512"
}
func NewSHA3Hasher ¶
func NewSHA3Hasher(variant string) *SHA3Hasher
func (*SHA3Hasher) HashPayload ¶
func (h *SHA3Hasher) HashPayload(payload map[string]interface{}) (string, error)
Click to show internal directories.
Click to hide internal directories.