File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# wgephemeralpeer
22
3+ ** Note for OpenWrt users: For building directly on the device, do a checkout of the revision tagged with ` v1.0.4 ` .**
4+
35This repository contains a library that can be used to negotiate ephemeral
46peers in the realm of Mullvad.
57
@@ -80,9 +82,15 @@ and subsequent attempts to establish a tunnel will fail.
8082
8183By setting the ` -kem <kem> ` flag, you can use one of the following key
8284encapsulation methods when negotiating the preshared key. The default value is
83- ` cme-kyber ` .
85+ ` cme-mlkem ` .
8486
8587- cme (Classic McEliece 460896 Round3)
88+ - mlkem (ML-KEM-1024)
89+ - cme-mlkem (Classic McEliece 460896 Round3 + ML-KEM-1024)
90+ - mlkem-cme (ML-KEM-1024 + Classic McEliece 460896 Round3)
91+
92+ Obsolete methods that are still supported:
93+
8694- cme-kyber (Classic McEliece 460896 Round3 + Kyber1024)
8795- kyber (Kyber1024)
8896- kyber-cme (Kyber1024 + Classic McEliece 460896 Round3)
You can’t perform that action at this time.
0 commit comments