Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
type DB struct { DB []byte // contains filtered or unexported fields }
DB is a memory area for PIR computations shared with a PIR daemon.
type Server ¶
type Server struct { CellLength int CellCount int BatchSize int DB *DB // contains filtered or unexported fields }
Server is a connection and state for a running PIR Server.
func (*Server) Disconnect ¶
Disconnect closes a Server connection
Click to show internal directories.
Click to hide internal directories.