|
|
||
|---|---|---|
| .. | ||
| LICENSE.md | ||
| README.md | ||
| codec.go | ||
| go.mod | ||
| messages.go | ||
| odoh.go | ||
| test-vectors.json | ||
README.md
odoh-go
This library implements draft -03 of Oblivious DoH. It is based on the original implementation available here.
Test vector generation
To generate test vectors, run:
$ ODOH_TEST_VECTORS_OUT=test-vectors.json go test -v -run TestVectorGenerate
To check test vectors, run:
$ ODOH_TEST_VECTORS_IN=test-vectors.json go test -v -run TestVectorVerify