hMPC

Version 0.1.0.2 revision 0 uploaded by nickvgils.

Package meta

Synopsis
Multiparty Computation in Haskell
Description

hMPC is a Haskell package for secure multiparty computation (MPC).

hMPC provides a runtime for performing computations on secret-shared values, where parties interact by exchanging messages via peer-to-peer connections. The hMPC protocols are based on Shamir's threshold secret sharing scheme and withstand passive adversaries controlling less than half of the parties.

Secure integer arithmetic is supported for parameterized number ranges, including support for comparison operations. Secure finite field arithmetic is supported.

The above operations are all available via Haskell's operator overloading.

Secure drop-in replacements for lots of Haskell built-in functions, such as all, sum, min, max are provided, mimicking the Haskell APIs as much as possible. Further operations for container datatypes holding secret-shared data items are provided as well (e.g., matrix-vector operations like secure dot products).

Author
Nick van Gils
Bug reports
https://github.com/nickvgils/hMPC/issues
Category
Cryptography
Copyright
2024 Nick van Gils
Homepage
https://github.com/nickvgils/hMPC#readme
Maintainer
nick.vangils@hotmail.com
Package URL
n/a
Stability
n/a

Components