XPIR-team / XPIR

XPIR: Private Information Retrieval for Everyone
Other
115 stars 23 forks source link

Ewust/sign reply #31

Closed ewust closed 7 years ago

ewust commented 7 years ago

Signs the replies that the server sends. Assumes you've generated an ECDSA private key in /tmp/ec-key.privkey, which you can generate with: openssl ecparam -name secp256k1 -genkey -noout -out /tmp/ec-key.privkey

To get its corresponding pubkey: openssl ec -in /tmp/ec-key.privkey -pubout -out /tmp/ec-key.pubkey

carlosaguilarmelchor commented 7 years ago

Hi @ewust and @IanMartiny, thanks for this feature :) I am quite overwhelmed the next two weeks but I'll review your PR as soon as possible !! best, Carlos

ewust commented 7 years ago

Oh, woops, I didn't mean to PR this on the main repo; only on our local branch. This probably isn't very useful for anyone. Apologies!

carlosaguilarmelchor commented 7 years ago

Damn ! I thought some external contributors were arriving ;)