Open
Bug 1742568
Opened 3 years ago
Updated 1 year ago
HPKE should expose the AEAD's tag length
Categories
(NSS :: Libraries, enhancement, P5)
NSS
Libraries
Tracking
(Not tracked)
NEW
People
(Reporter: djackson, Unassigned)
References
(Blocks 1 open bug)
Details
aeadParams
holds the tag length for each AEAD used in HPKE. This tag length should be exposed so that consumers (e.g. ECH) can allocate the correct amount of space. Currently, all supported AEADs have a tag length of 16, but this is likely to change.
Updated•1 year ago
|
Severity: -- → N/A
You need to log in
before you can comment on or make changes to this bug.
Description
•