All Projects → cloudflare → Odoh Go

cloudflare / Odoh Go

Licence: mit
Oblivious DoH library in Go

Programming Languages

go
31211 projects - #10 most used programming language

odoh-go

Coverage Status GoDoc

This library implements draft -06 of Oblivious DoH. It is based on the original implementation available here.

protocol overview

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].