MCPcopy Create free account
hub / github.com/facebook/time / AEADAlgorithm

TypeAlias AEADAlgorithm

ntp/protocol/extension_fields.go:97–97  ·  view source on GitHub ↗

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).

Source from the content-addressed store, hash-verified

95// negotiated via NTS-KE and used to select the AEAD for the Authenticator
96// extension field (RFC 8915 §5.1).
97type AEADAlgorithm uint16
98
99const (
100 // AEADAESSIVCMAC256 is AEAD_AES_SIV_CMAC_256 (RFC 5297), the RFC 8915

Callers 2

TestAEADAlgorithmValuesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected