tfpauly / privacy-proxy

Specifications for Privacy Proxy Implementations
Other
29 stars 12 forks source link

Consider removing OHTTP dependency #124

Closed chris-wood closed 2 years ago

chris-wood commented 2 years ago

We currently borrow the public configuration structure from OHTTP, and the just use it for HPKE operations. This dependency doesn't buy us much at this point as we're not using OHTTP, so we might as well inline the structure definition.

tfpauly commented 2 years ago

I'd be happy to see this inlined and remove the dependency.

tfpauly commented 2 years ago

We could choose to either define specific algorithms supported by this token type, OR have the struct only have one field for each algorithm to not let the client choose in the request which it will use.