hedera-services
hedera-services copied to clipboard
`tss-library` Operation Generate Genesis `TssMessage`
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
.