Crate sl_verifiable_enc

Crate sl_verifiable_enc 

Source
Expand description

§Verifiable RSA Encryption

This crate provides a simple implementation of verifiable RSA encryption. The implementation is based on the paper Verifiable RSA Encryption

Re-exports§

pub use rsa;

Structs§

ProofData
VerifiableRsaEncryption

Enums§

RsaError

Constants§

SECURITY_PARAM

Traits§

ExtractBit
Simple trait to extract a bit from a byte array.