Versions in this module Expand all Collapse all v4 v4.0.4 May 30, 2024 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 Other modules containing this package github.com/simontol/go-jose