entryFor static method
The metadata entry recording suite — empty for the default suite.
Implementation
static Map<String, Object?> entryFor(PqForgeCipherSuite suite) =>
suite == PqForgeCipherSuite.aes256Gcm
? const {}
: {metadataKey: suite.id};