bnb-chain / tss-lib

Threshold Signature Scheme, for ECDSA and EDDSA
MIT License
790 stars 271 forks source link

Paillier DecryptFull #240

Closed mirabelenkiy-circle closed 1 year ago

mirabelenkiy-circle commented 1 year ago

Added DecryptFull to paillier package. This function returns both the message and the randomness used to create it. This is sometimes necessary for zero-knowledge proofs about the ciphertext.

mirabelenkiy-circle commented 1 year ago

Made in error