mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-28 14:33:37 -08:00
fix: Swap auth and biscuit fields in RespHello
Issue: #68 (https://github.com/rosenpass/rosenpass/issues/68#issuecomment-1563655004)
This commit is contained in:
@@ -291,10 +291,10 @@ data_lense! { RespHello :=
|
|||||||
ecti: EphemeralKEM::CT_LEN,
|
ecti: EphemeralKEM::CT_LEN,
|
||||||
/// Classic McEliece Ciphertext
|
/// Classic McEliece Ciphertext
|
||||||
scti: StaticKEM::CT_LEN,
|
scti: StaticKEM::CT_LEN,
|
||||||
/// Empty encrypted message (just an auth tag)
|
|
||||||
auth: sodium::AEAD_TAG_LEN,
|
|
||||||
/// Responders handshake state in encrypted form
|
/// Responders handshake state in encrypted form
|
||||||
biscuit: BISCUIT_CT_LEN
|
biscuit: BISCUIT_CT_LEN,
|
||||||
|
/// Empty encrypted message (just an auth tag)
|
||||||
|
auth: sodium::AEAD_TAG_LEN
|
||||||
}
|
}
|
||||||
|
|
||||||
data_lense! { InitConf :=
|
data_lense! { InitConf :=
|
||||||
|
|||||||
Reference in New Issue
Block a user