Hugo Landau

Results 328 comments of Hugo Landau

The separate .t repository isn't used anymore. Anyone with a GOPATH setup should get ncdns by running `go get -u github.com/hlandau/ncdns`. The new Makefile relocates the downloaded source to `$GOPATH/src/github.com/hlandau/ncdns`...

It's intended to be error-tolerant and return partial results if the d/ value is somewhat faulty. The code as currently written can never return an error anyway.

ACK https://github.com/namecoin/ncdns/pull/90/commits/f7d516afc6fe320dbe3c9b40e89cd50b58adceab @JeremyRand

setuid detection here appears to be a false positive. I'm also interested in this.

Deterministic ECDSA doesn't affect verification code, just how signatures are generated. (The background is that ECDSA signature generation relies on generating a nonce. If you sign, with a given key,...

We need a CLA signed in order to be able to consider this PR: https://www.openssl.org/policies/cla.html

I do not think the suffix of `_0` makes sense here. If adding the actual count is difficult, I'd be OK with `_N`. We could also survey if any existing...