Maxi Tartaglia
Maxi Tartaglia
**Description**: This PR aims to refine our handling of configuration data records. Introduces 3 new annotations: *DefaultValue*: This feature simplifies the management of scenarios where explicit values are not provided...
This task aims to define the testing plan for assuring the quality of the project's cryptographic components. ### Goals: Since cryptographic code is often difficult to test, we should design...
Implement these methods or equivalent: `byte[] serialize(final TssMessage msg)` `TssMessage deserialize(final byte[])` This one depends on #15555
Following `dkg.rs#verify_tss_message` create the method in the `TssService` that verifies that a message is valid according to the commitment and the proof
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...
It's currently an integer. Make it a long.