Highlights
Block or Report
Block or report zx2c4
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
WireGuard/wireguard-linux Public
Mirror only. Official repository is at https://git.zx2c4.com/wireguard-linux
-
password-store Public
Read-only mirror of https://git.zx2c4.com/password-store - https://www.passwordstore.org/ . Pull requests and issues on GitHub cannot be accepted and will be automatically closed. The proper way to…
-
WireGuard/wireguard-apple Public
Mirror only. Official repository is at https://git.zx2c4.com/wireguard-apple
-
WireGuard/wireguard-windows Public
Download WireGuard for Windows at https://www.wireguard.com/install . This repo is a mirror only. Official repository is at https://git.zx2c4.com/wireguard-windows
-
WireGuard/wireguard-android Public
Mirror only. Official repository is at https://git.zx2c4.com/wireguard-android
1,125 contributions in the last year
Contribution activity
March 2022
Created 97 commits in 13 repositories
Created a pull request in systemd/systemd that received 43 comments
random-util: remove RDRAND usage
/dev/urandom is seeded with RDRAND. Calling genuine_random_bytes(..., ..., 0) will use /dev/urandom as a last resort. Hence, we gain nothing here …
Opened 13 other pull requests in 7 repositories
void-linux/void-runit
3
merged
systemd/systemd
2
merged
1
closed
OpenRC/openrc
1
merged
1
closed
systemd/systemd-stable
2
merged
openwrt/openwrt
1
closed
gentoo/gentoo
1
closed
buildroot/buildroot
1
closed
Reviewed 7 pull requests in 5 repositories
OpenRC/openrc
3 pull requests
void-linux/void-runit
1 pull request
NixOS/nixpkgs
1 pull request
WireGuard/wireguard-android
1 pull request
systemd/systemd
1 pull request
Created an issue in golang/go that received 7 comments
array to slice with generics, array type/length specialization with generics
I've got a trie structure that works over 4 byte arrays and 16 byte arrays, for IPv4 and IPv6 respectively. I used to just use a []byte slice for t…