23 projects
tno.mpc.communication
MPC Communication module
tno.mpc.encryption-schemes.templates
Generic templates for different types of Encryption Schemes
tno.mpc.encryption-schemes.utils
Generic utilities for implementing encryption schemes
tno.mpc.mpyc.stubs
Partial stubs for use with the MPyC library
tno.mpc.protocols.risk-propagation
Secure risk propagation using distributed Paillier
tno.fl.protocols.logistic-regression
Implementation of a Federated Learning scheme for Logistic Regression
mkdocs-pdf
MkDocs plugin for embedding PDFs in a Markdown way
tno.sdg.tabular.eval.utility-metrics
Utility metrics for tabular data
tno.mpc.protocols.secure-comparison
Implementation of secure comparison protocol as given in https://eprint.iacr.org/2018/1100.pdf
tno.zkp.templates
ZKP templates module
tno.sdg.graph.gen.graphbin
GraphBin: a synthetic graph generator
tno.fl.protocols.cox-regression
Generic utilities for implementing encryption schemes
tno.mpc.protocols.distributed-keygen
Distributed key generation using Paillier homomorphic encryption
tno.mpc.encryption-schemes.paillier
Implementation of the Paillier cryptosystem
classifier-checker
Classifier-checker validates configured classifiers for you!
tno.mpc.encryption-schemes.dgk
Implementation of the Damgard, Geisler and Kroigard (DGK) cryptosystem
tno.mpc.encryption-schemes.shamir
Implementation of Shamir secret sharing
tno.mpc.mpyc.secure-learning
Machine learning using Secure Multi-Party Computation
tno.mpc.mpyc.statistics
Secure Data Exploratory Analyses on Vertically Partitioned Data
tno.mpc.protocols.secure-inner-join
Secure inner join using Paillier homomorphic encryption and a helper party
tno.mpc.mpyc.matrix-inverse
A generic extension to MPyC that allows you to securely compute the inverse of a matrix that may contain SecFxp values
tno.mpc.mpyc.exponentiation
A generic extension to MPyC that allows you to securely compute a^[x], where a is a non-negative, plain-text base (floating point or integer) and x is a secure number (SecFxp or SecInt)
tno.mpc.protocols.kaplan-meier
Kaplan Meier using Paillier homomorphic encryption and a helper party