cloudflare / voprf-ts

A TypeScript library for Oblivious Pseudorandom Functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leave packeting to application layer

sublimator opened this issue · comments

I suggest leaving packeting (how to combine the serialized OPRF items) to the application layer

per: cloudflare/privacypass-ts#15 (comment)
per: cloudflare/privacypass-ts#15 (comment)

PrivacyPass shouldn't really need to work with "wet" Eval/EvalReq/DLEQProof objects.
It wouldn't even need the DLEQ params at all if this were the case.