Skip to content

Commit

Permalink
Merge pull request privacypass#9 from NurMarvin/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
alxdavids authored Oct 8, 2019
2 parents 80d2ffd + 1dbb574 commit 9426dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Challenge Bypass Server

This is a TCP server that is comptaible with the [Privacy Pass](https://github.com/privacypass/challenge-bypass-extension) browser extension. In particular, the server implements the server-side actions in a 'blind signing' protocol. The protocol is based on a variant of a Verifiable, Oblivious Pseudorandom Function (VOPRF) established by [Jarecki, Kiayias and Krawczyk](https://eprint.iacr.org/2014/650.pdf). When adapted to our needs, this scheme allows us to achieve the same goals as a 'Blind RSA' variant but using faster primitives, less bandwidth, and simpler secret-key operational logistics in comparison.
This is a TCP server that is compatible with the [Privacy Pass](https://github.com/privacypass/challenge-bypass-extension) browser extension. In particular, the server implements the server-side actions in a 'blind signing' protocol. The protocol is based on a variant of a Verifiable, Oblivious Pseudorandom Function (VOPRF) established by [Jarecki, Kiayias and Krawczyk](https://eprint.iacr.org/2014/650.pdf). When adapted to our needs, this scheme allows us to achieve the same goals as a 'Blind RSA' variant but using faster primitives, less bandwidth, and simpler secret-key operational logistics in comparison.

### Contents

Expand Down

0 comments on commit 9426dfb

Please sign in to comment.