orochimaru icon indicating copy to clipboard operation
orochimaru copied to clipboard

Implement the common interface for commitment schemes

Open chiro-hiro opened this issue 6 months ago • 0 comments

Implement CommitmentSchemes trait that can support multiple commitment scheme. Suggest method:

  • setup()
  • open()
  • commit()
  • witness()

chiro-hiro avatar Aug 22 '24 07:08 chiro-hiro