Results 74 comments of Lovesh Harchandani

I don't see it deprecated but we had a task to add Softspoken OT as thats what the threshold BBS+ paper recommended.

I have looked in the 3 papers you mentioned and I don't find that statement. Can you please share the link you are reading from?

`Fq` and `Fr` should be set as ``` // fq.rs #[derive(MontConfig)] #[modulus = "115792089210356248762697446949407573530594504085698471288169790229257723883799"] #[generator = "6"] ... // fr.rs #[derive(MontConfig)] #[modulus = "115792089210356248762697446949407573530086143415290314195533631308867097853951"] #[generator = "6"] .... ``` I...