Construct a Paillier private key with the given secret and a public key
Source:R/paillier.R
PaillierPrivateKey.RdConstruct a Paillier private key with the given secret and a public key
Construct a Paillier private key with the given secret and a public key
Format
An R6::R6Class() generator object
See also
PaillierPublicKey() which goes hand-in-hand with this object
Methods
Method new()
Create a new private key with given secret lambda and the public key
Usage
PaillierPrivateKey$new(lambda, pubkey)