Program apps/garbled/examples/node/event.mpcl

Constants

This section is empty.

Variables

This section is empty.

Functions

func main
func main(g Garbler, e Evaluator) ([]byte, []byte, bool, uint32)

Types

type Evaluator struct { Key [16]byte }
type Garbler struct { Key [16]byte Nonce [gcm.NonceSize]byte State []byte Input []byte }