type KDF struct { // contains filtered or unexported fields }
func New(hash crypto.Hash, alg, Z, apu, apv, pubinfo, privinfo []byte) *KDF
func (k *KDF) Read(buf []byte) (int, error)