Hacker News new | ask | show | jobs
by fulafel 3026 days ago
Is it implemented in a memory safe language?
2 comments

We've got two official WireGuard open source clients coming in the pipeline for Windows and macOS -- one in Rust and another in Go. (Neither are TunSafe, which is C++.)
The only 'supported' WireGuard implementation that exists is written by you in C, yet you complain that my C++ implementation lacks memory safety. Where is the logic?
zx2c4: Which language is the linux version of wireguard written in?
the reference implementation is a linux kernel module: https://git.zx2c4.com/WireGuard/

there are currently at least two actively developped open source userspace implementations in different languages. Two examples are Go and Rust:

https://git.zx2c4.com/wireguard-go/ https://git.zx2c4.com/wireguard-rs/

No, it's implemented in C++.