Versions in this module Expand all Collapse all v0 v0.1.1 Dec 23, 2020 v0.1.0 Sep 29, 2020 Changes in this version + const BlockSize + const IV0 + const IV1 + const IV2 + const IV3 + const IV4 + const IV5 + const IV6 + const IV7 + const KeyLength + const MaxOutput + const RoundCount + const SaltLength + const SeparatorLength + type Digest struct + func NewDigest(key, salt, personalization []byte, outputBytes int) (*Digest, error) + func (d *Digest) BlockSize() int + func (d *Digest) Reset() + func (d *Digest) Size() int + func (d *Digest) Sum(b []byte) (out []byte) + func (d *Digest) Write(input []byte) (n int, err error)