Repository navigation
djb
- Website
- Wikipedia
Port of TweetNaCl cryptographic library to JavaScript
Smaller, easier, more powerful, and more reliable than make. An implementation of djb's redo.
Generator for order-preserving minimal perfect hash functions in C
Load environment variables from files and directories using fish shell, like envdir
A successor to VegaDNS, this is a REST API for managing DNS records in MySQL for use with tinydns.
TweetNaCl for React Native Expo
A GitHub mirror of the source code from https://cr.yp.to/ecdh.html (https://cr.yp.to/ecdh/curve25519-20050915.tar.gz)
A simple C program for connecting the I/Os of a tcpserver and tcpclient pair, from the ucspi-tcp suite, in order to implement a TCP proxy.
Shuffling arrays in constant time is a common problem in modern cryptography. This project involves analyzing the technique proposed in https://cr.yp.to/2024/insertionseries-20240515.py, and implementing it in C, possibly employing parallelization.