Module Psi.NH

Naive hash-based PSI

Naive hash-based PSI

This is an implementation of Private Set Intersection based on naive hashing.

module Make : functor (Hash : Nocrypto.Hash.S) -> S.NH

Functor building an implementation of Naive Hashing PSI given a Hash implementation.