taurushq-io / multi-party-sig

Implementation of protocols for threshold signatures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why can't I change the constant parameters

Fethbita opened this issue · comments

Hi, I am writing a small project using this library, I would like to use 3072 bit Paillier keys. For that, I would need to set the SecParam in params to 384 but that is not possible. Is there a reason why they are all constant and not editable? What would you recommend?