Skip to content

Clarify AEAD examples and add the used password

The used password ('password') seemingly went missing from the AEAD examples since rfc4880bis. This MR adds them back.

Also, remove redundant listings of the decrypted content encryption key (they were listed twice). (This might in fact be useful for !101 (merged), where we add additional data to the decrypted session key, which the content encryption key is then extracted from.

Also, expand the acronym "CEK" to "content encryption key", for clarity.

Edited by Daniel Huigens

Merge request reports