Jack Wampler
Jack Wampler
Per the documentation using pfring in docker requires that the version installed on the host is the same as that installed on the container. The containers released here continually update...
Getting the repo up and running using 1.17.7 took some small fixes: - modularize repo - declaring repo as the `github.com/lucas-clemente/quic-go` module allows it to reference internal dependencies properly in...
Getting the repo up and running using 1.17.7 took some small fixes: - modularize repo - declaring repo as the `github.com/lucas-clemente/quic-go` module allows it to reference internal dependencies properly in...
Hello, This is an implementation of the Elligator2 forward and reverse mappings --- points to representative values, as well as representative values to points. The specific goal is to make...
## Problem The current client config scheme has numerous problems: - Supports only a single config - Clients must rely on hardcoded parameters ## Solution Restructure design to allow for...
As an extension to PR #62 this seeks to extend the customization tools for creating ClientConfs. I am exporting this to a separate issue to get the original PR merged.
## Problem Much of the documentation and repo layout is still very tapdance oriented. In addition to this there is outdated information and references to the name dark-decoys, which is...
Through misunderstanding commit c04f28fc0856179d08c9931d7f5e4487fa1bef50 removed the ability to specify a custom public key by changing the file `assets/station_pubkey`. re-adding this ability and adding a command line optarg to specify a...
Efficient connection-time v6 support checking on the client would be helpful to reduce the network overhead for both the client and the station. `getifaddr` currently only checks for Linux ipv6...
Occasionally the selection of IP addresses will fail based on (it seems) the random seed that is chosen. This leads to the error in the logs **lets rewrite dark decoy...