threshold_crypto/examples
DrPeterVanNostrand 3e6df11c4b Added example for threshold encryption. 2018-08-13 09:08:53 -04:00
..
README.md Added example for threshold encryption. 2018-08-13 09:08:53 -04:00
threshold_enc.rs Added example for threshold encryption. 2018-08-13 09:08:53 -04:00

README.md

Examples

  • Threshold Encryption - Demonstrates how to encrypt a message to a group of actors with a master public-key, where the number of actors collaborating in the decryption process must exceed a given threshold number before the ciphertext can be successfully decrypted. This example also demonstrates the idea of a "trusted dealer", i.e. some trusted entity that is responsible for generating the keys.