Versions in this module Expand all Collapse all v0 v0.0.14 Jul 26, 2024 Changes in this version + func Decode(input io.Reader, output io.Writer, key string) error + func Encode(input io.Reader, output io.Writer, key string) error + func Hash32(input io.Reader) (string, error) + func Hash32Key(input io.Reader, key string) (string, error) + func Hash48(input io.Reader) (string, error) + func Hash48Key(input io.Reader, key string) (string, error) + func Hash64(input io.Reader) (string, error) + func Hash64Key(input io.Reader, key string) (string, error)