openpgp-pqc / draft-openpgp-pqc

Repository of the WIP draft-ietf-openpgp-pqc
Other
8 stars 2 forks source link

Clarifications mostly to KEM specification #80

Closed falko-strenzke closed 6 months ago

falko-strenzke commented 7 months ago

These are all mere clarifications.

Note that X25519 is defined not with a scalar input, but with an octet string as input.

"the fixed 4 byte value 0x00000001" did specify a number, not a sequence of bytes. The endianess of the encoding would still have to be given here.

The remaining changes should be obvious.

falko-strenzke commented 7 months ago

fixes #69

falko-strenzke commented 7 months ago

fixes #70

falko-strenzke commented 7 months ago

fixes #68

falko-strenzke commented 7 months ago

fixes #15

@wussler Could you also review at least the last commit renaming "MB = KMAC(..." as I made this change after @fluppe2 and @TJ-91 had approved?