Versions in this module Expand all Collapse all v3 v3.0.0 Feb 15, 2023 Changes in this version + func DeriveECDHES(alg string, apuData, apvData []byte, priv *ecdsa.PrivateKey, ...) []byte + func KeyUnwrap(block cipher.Block, ciphertext []byte) ([]byte, error) + func KeyWrap(block cipher.Block, cek []byte) ([]byte, error) + func NewCBCHMAC(key []byte, newBlockCipher func([]byte) (cipher.Block, error)) (cipher.AEAD, error) + func NewConcatKDF(hash crypto.Hash, z, algID, ptyUInfo, ptyVInfo, supPubInfo, supPrivInfo []byte) io.Reader