psi

package
v0.0.0-...-a01cb7b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 24, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

README

Private set intersection

Go implementation of PSI protocol using DH OPRF.

Tests

$ go test .

Reference

Private set intersection: https://en.wikipedia.org/wiki/Private_set_intersection

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DefaultCurveType = elliptic.P256()
)

Functions

This section is empty.

Types

type Point

type Point struct {
	X *big.Int
	Y *big.Int
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL