AEADAlgorithm is a 16-bit IANA "AEAD Algorithms" registry identifier negotiated via NTS-KE and used to select the AEAD for the Authenticator extension field (RFC 8915 §5.1).
| 95 | // negotiated via NTS-KE and used to select the AEAD for the Authenticator |
| 96 | // extension field (RFC 8915 §5.1). |
| 97 | type AEADAlgorithm uint16 |
| 98 | |
| 99 | const ( |
| 100 | // AEADAESSIVCMAC256 is AEAD_AES_SIV_CMAC_256 (RFC 5297), the RFC 8915 |
no outgoing calls
no test coverage detected