mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-28 14:33:37 -08:00
fix(whitepaper): Incorrect name used
Fig. 5: Rosenpass Message Handling Code; in IHR5: `decaps_and_mix<SKEM>(sskr, spkr, ct1)` -> `decaps_and_mix<SKEM>(sskr, spkr, sctr)` Actual update to the figure will be done later
This commit is contained in:
@@ -780,6 +780,28 @@ Changes, in particular:
|
|||||||
4. Added an explaining paragraph to section "Live Session State".
|
4. Added an explaining paragraph to section "Live Session State".
|
||||||
5. Added a section about protocol roles.
|
5. Added a section about protocol roles.
|
||||||
6. Brief section about endianness.
|
6. Brief section about endianness.
|
||||||
|
7. In Fig. 5: Rosenpass Message Handling Code; in IHR5 we replace
|
||||||
|
|
||||||
|
|
||||||
|
``` {=tex}
|
||||||
|
\begin{quote}
|
||||||
|
\begin{minted}{pseudorust}
|
||||||
|
decaps_and_mix<SKEM>(sskr, spkr, ct1)
|
||||||
|
\end{minted}
|
||||||
|
\end{quote}
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
by
|
||||||
|
|
||||||
|
``` {=tex}
|
||||||
|
\begin{quote}
|
||||||
|
\begin{minted}{pseudorust}
|
||||||
|
decaps_and_mix<SKEM>(sskr, spkr, sctr)
|
||||||
|
\end{minted}
|
||||||
|
\end{quote}
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
#### 2025-06-24 – Specifying the `osk` used for WireGuard as a protocol extension
|
#### 2025-06-24 – Specifying the `osk` used for WireGuard as a protocol extension
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user