Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Pinned

  1. A modern, portable, easy to use crypto library.

    C 8.7k 1.4k

  2. dnscrypt-proxy 2 - A flexible DNS proxy, with support for encrypted DNS protocols.

    Go 6.6k 641

  3. An easy to install, high-performance, zero maintenance proxy to run an encrypted DNS server.

    Rust 295 23

  4. A Dead Simple VPN.

    C 4.7k 336

  5. A dead simple tool to sign files and verify digital signatures.

    C 984 63

  6. A lightweight, secure, easy-to-use crypto library suitable for constrained environments.

    C 182 16

2,999 contributions in the last year

Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Mon Wed Fri

Contribution activity

October 2020

Created a pull request in ziglang/zig that received 6 comments

std/crypto: add a vectorized ChaCha20 implementation

Brings a 30% speed boost on x86_64 even though we still process only one block at a time for now. Only enabled on x86_64 since the non-vectorized i…

+277 −118 6 comments

Created an issue in ziglang/zig that received 2 comments

Unexpected result when assigning a vector to itself

const std = @import("std"); const Vector = std.meta.Vector; pub fn main() anyerror!void { var b = Vector(4, u32){ 1, 2, 3, 4 }; b = Vector(4, u32){ b[

2 comments

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.