orochimaru
orochimaru copied to clipboard
Implement the common interface for commitment schemes
Implement CommitmentSchemes
trait that can support multiple commitment scheme. Suggest method:
-
setup()
-
open()
-
commit()
-
witness()