Crate scicrypt_traits[][src]

Expand description

This is a part of scicrypt. For more information, head to the scicrypt crate homepage.

General traits for cryptographic primitives in multi-party computation, such as homomorphic (threshold) cryptosystems, oblivious transfers (WIP), secret sharing, etc.

Modules

General notion of a cryptosystem

Random number generation that is consistent with the dependencies’ requirements.

Concepts expressing the security level or setting of a given primitive or protocol.

General notion of threshold cryptosystems

Structs

General error that arises when decryption fails, for example because there were not enough distinct decryption shares to decrypt a threshold ciphertext.

Traits

Functionality to easily turn a ciphertext into a rich ciphertext