Versions in this module Expand all Collapse all v0 v0.3.1 Apr 12, 2023 v0.3.0 Jan 29, 2023 v0.2.2 Jan 29, 2023 Changes in this version + var TestVectors = []TestVector + func Unwrap(kek, ciphertext []byte) ([]byte, error) + func Wrap(kek, plaintext []byte) ([]byte, error) + type TestVector struct + Ciphertext []byte + Kek []byte + Name string + Plaintext []byte