You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
obfs4/common
David Fifield 5fcbb0e140 Do not clamp the private key before Elligator inverse map.
The Elligator inverse map uses the least significant bits of the private
key, which clamping sets to 0, to choose a random low-order point to add
to the public key, to ensure uniformity of representatives.

The other ways that the private key is used, namely in calls to
curve25519.ScalarMult and curve25519.ScalarBaseMult, do their own
clamping when necessary and are documented to accept a uniformly random
scalar.
2 years ago
..
csrand Update my e-mail address (no functional changes) 5 years ago
drbg Update my e-mail address (no functional changes) 5 years ago
log Actually support unsafe logging. 4 years ago
ntor Do not clamp the private key before Elligator inverse map. 2 years ago
probdist Update my e-mail address (no functional changes) 5 years ago
replayfilter Update my e-mail address (no functional changes) 5 years ago
socks5 Update my e-mail address (no functional changes) 5 years ago
uniformdh Update my e-mail address (no functional changes) 5 years ago