You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sign a message: It is the scalar multiplication of the private key element, and the hashToGroupGroupElement from the message, of the Group configured in the SignatureSchema for signatures.
serialization of the signature.
The creation of the signature should be responsibility of the private key class
The serialization of the signature is responsibility of the signature class.
Note on serialization, it should be produced with ByteString class of protobuf. The first byte should include the serialized form of the SignatureSchema
Following: https://github.com/hashgraph/hedera-services/blob/develop/platform-sdk/docs/proposals/TSS-Library/TSS-Library.md
Section: #Hedera Cryptography Pairings Signatures Library
Implement the Signature class and possibility of signing a byte array message using a private key
hashToGroup
GroupElement
from the message, of theGroup
configured in theSignatureSchema
for signatures.The creation of the signature should be responsibility of the private key class
The serialization of the signature is responsibility of the signature class.
Note on serialization, it should be produced with ByteString class of protobuf. The first byte should include the serialized form of the SignatureSchema
Depends on:
#14788
#14786
The text was updated successfully, but these errors were encountered: