Versions in this module Expand all Collapse all v0 v0.0.3 Oct 17, 2024 v0.0.2 Oct 17, 2024 Changes in this version + func String(s string) *string + type Disclosure struct + EncodedValue string + Key *string + Salt string + Value any + func NewFromArrayElement(element any, salt *string) (*Disclosure, error) + func NewFromDisclosure(disclosure string) (*Disclosure, error) + func NewFromObject(key string, value any, salt *string) (*Disclosure, error) + func (d *Disclosure) Hash(hash hash.Hash) []byte