-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
This is a stub ticket for the record, prompted by recent conversations with @felixlinker and:
| - Still for discussion: Message (plaintext) structure. Includes at minimum the pubkeys needed for replies, but could also include NR key/identifier (avoid cross-instance replays), additional application-level metadata. |
securedrop-protocol/securedrop-protocol/benches/encrypt_decrypt.rs
Lines 78 to 86 in 71073e5
| // Plaintext metadata | |
| pub struct Metadata { | |
| pub sender_pubkey_bytes: [u8; LEN_DHKEM_ENCAPS_KEY], | |
| pub pq_psk_ss_encaps: [u8; LEN_MLKEM_SHAREDSECRET_ENCAPS], | |
| pub dhakem_ss_encaps: [u8; LEN_DHKEM_SHAREDSECRET_ENCAPS], | |
| } | |
| // TODO: NOT FOR PROD, parsing untrusted ct | |
| impl Metadata { |
redshiftzero
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status