hedera-services icon indicating copy to clipboard operation
hedera-services copied to clipboard

`tss-library` Operation Generate Genesis `TssMessage`

Open mxtartaglia-sl opened this issue 5 months ago • 0 comments

Based on:https://github.com/hashgraph/hedera-services/blob/2b2f4c68146c172dbaabcb927cea91462edb6f02/platform-sdk/docs/proposals/TSS-Library/TSS-Library.md

Hedera Cryptography TSS Library #Usage

  • Create a utility method to generate random entropy
  • Create a dense polynomial
  • Create a Feldman commitment
  • Create a multi-share ciphertext out of ElgamalUtils#createCipherText
  • Create a NIZKs for the message
  • Create the Shamir secret sharing and dkg of random FieldElement for each participant of the TssParticipantDictionary.

mxtartaglia-sl avatar Sep 16 '24 20:09 mxtartaglia-sl