-
-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Description
Describe the feature
Add AES-OCB to the cryptography registry.
The cryptography registry already includes several AES-based constructions and modes, including CCM, GCM, GCM-SIV, SIV, KW, KWP, CMAC, GMAC, and XCBC. However, AES-OCB is not currently represented as a registry entry.
Proposed registry entry
- Family: AES
- Primitive: ae
- Pattern:
AES[-(128|192|256)]-OCB[-{tagLength}]
AES-OCB is specified in RFC 7253.
Reactions are currently unavailable