6 ms·
Nice. But I think you missed an update, Mullvad now also uses Kyber, your tool doesn't appear to. You also don't need Go: https://github.com/mullvad/mullvadvpn
by rogers18445 4y ago
Nice. But I think you missed an update, Mullvad now also uses Kyber, your tool doesn't appear to.
You also don't need Go: https://github.com/mullvad/mullvadvpn-app/blob/main/talpid-tunnel-config-client/examples/psk-exchange.rs https://github.com/mullvad/mullvadvpn-app/blob/main/talpid-t...
- d-z-m 4y agoI'm intentionally not using Kyber, the key xor only happens if you elect to use both. It works just fine with McEliece only. > You also don't need Go You don't need any language in particular. That's the beauty of the .proto spec. Can generate some client(and server) code in whatever language you want(that protoc supports).
- rogers18445 4y agoDo you have a reason to not use Kyber? The way it is combined should be sound.
- d-z-m 4y agoNot in particular. Yes, the way they are combining them should be sound.