pht-crypto

Crates.iopht-crypto
lib.rspht-crypto
version0.1.0-alpha
sourcesrc
created_at2021-09-06 12:56:32.665146
updated_at2021-09-06 12:56:32.665146
descriptionThreshold homomorphic encryption, currently threshold paillier
homepage
repositoryhttps://github.com/robinhundt/threshold-crypto
max_upload_size
id447514
size12,920
(robinhundt)

documentation

README

Partially Homomorphic Threshold Cryptography

This library implements partially homomorphic threshold encryption. Currently only a threshold variant of paillier is implemented.

WARNING!

This library is written as a learning exercise and for research purposes. Do not use for anything that should be secure.

Todo

  • implement ergonomic Api on ciphertexts with implicit public key
  • better documentation
  • set up CI pipeline
  • misuse resistant share_combine function
  • proper error handling (use thiserror)
  • make serde dependency optional
Commit count: 14

cargo fmt