...

Package concatkdf

import "github.com/lestrrat-go/jwx/jwe/internal/concatkdf"
Overview
Index

Overview ▾

type KDF

type KDF struct {
    // contains filtered or unexported fields
}

func New

func New(hash crypto.Hash, alg, Z, apu, apv, pubinfo, privinfo []byte) *KDF

func (*KDF) Read

func (k *KDF) Read(out []byte) (int, error)