mikelodder7/paillier-rs

Need examples for BigNumber to BigInt cross compatibility

Opened this issue · 0 comments

Firstly, many thanks for this updated library.

I'm using curv, more specifically Secp256k1.
It'd be helpful to have little more documentation on how I can use BigNumber with BigInt ( curv::BigInt ), and if it is possible to use both side by side.