Versions in this module Expand all Collapse all v0 v0.1.0 Oct 20, 2025 Changes in this version + type AEADCrypto11 struct + func NewAEADCrypto11(ctx *crypto11.Context, keyLabel string) (*AEADCrypto11, error) + func (a *AEADCrypto11) Decrypt(ciphertext, associatedData []byte) ([]byte, error) + func (a *AEADCrypto11) Encrypt(plaintext, associatedData []byte) ([]byte, error)