zhuzilin / ecdh-psi

A Go Implementation of ECDH-PSI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Go Implementation of ECDH-PSI

This is a Go implementation of elliptic curve diffie hellman private set intersection (ECDH-PSI) with only standard library.

build

go build

usage

In one terminal, run:

./ecdh-psi -role=alice

In another terminal, run:

./ecdh-psi -role=bob

Acknowledgement

I learnt a lot from encryptogroup/PSI and miracl/MIRACL. Thank you for those great projects!

About

A Go Implementation of ECDH-PSI


Languages

Language:Go 100.0%