Skip to content

Commit 1a555b9

Browse files
committed
Update readme
1 parent 43dcb7c commit 1a555b9

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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+
35
This repository contains a library that can be used to negotiate ephemeral
46
peers in the realm of Mullvad.
57

@@ -80,9 +82,15 @@ and subsequent attempts to establish a tunnel will fail.
8082

8183
By setting the `-kem <kem>` flag, you can use one of the following key
8284
encapsulation 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)

0 commit comments

Comments
 (0)