Package-level declarations

Functions

Link copied to clipboard
fun Circuit.putNOTGate(input: Share): Share

Implements bitwise not

Link copied to clipboard
fun Circuit.secretIndexQuery(indexValue: Share, shareVector: Array<Share>): Share
Link copied to clipboard
fun Array<Share>.secretUpdateModify(circuit: Circuit, index: Share, operation: (Share) -> Share)
Link copied to clipboard
fun Array<Share>.secretUpdateSet(circuit: Circuit, index: Share, argument: Share)

Properties

Link copied to clipboard