Skip to content

zhuzilin/ecdh-psi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages