Program apps/garbled/examples/credit.mpcl

Constants

This section is empty.

Variables

This section is empty.

Functions

func main
func main(applicant Applicant, bank Bank) bool

Types

type Applicant struct { male bool age Size income Size }
type Bank struct { maxAge Size femaleIncome Size maleIncome Size }
type Size = uint32