Blinder.this

Construct a blinder

struct Blinder
public
this
()
(
auto const ref BigInt e
,
auto const ref BigInt d
,
auto const ref BigInt n
)

Parameters

e BigInt

the forward (blinding) mask

d BigInt

the inverse of mask (depends on algo)

n BigInt

modulus of the group operations are performed in

Meta