Implements Secret Sharing (SS), Verifiable Secret Sharing (VSS), Distributed Verifiable Secret Sharing (DVSS) and Distributed Key Generation (DKG) algorithms. DVSS and DKG do not require a trusted dealer.
Note: This is largely a reimplementation of secret-sharing-schemes but based on arkworks-rs with some change in the API. Moreover, implements the Gennaro DKG and FROST's DKG