Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 826 Bytes

SignedMessageResponseRaw.md

File metadata and controls

12 lines (8 loc) · 826 Bytes

SignedMessageResponseRaw

Properties

Name Type Description Notes
ecdsa str Elliptic Curve Digital messageHash encoded as a base64 string [optional]
schnorr str Schnorr signature of the messageHash encoded as a base64 string, Note from libauth: Nonces are generated using RFC6979, where the Section 3.6, 16-byte ASCII "additional data" is set to Schnorr+SHA256, see https://libauth.org/interfaces/secp256k1.html#signmessagehashschnorr [optional]
der str Signature of messageHash using DER (Distinguished Encoding Rules) [optional]

[Back to Model list] [Back to API list] [Back to README]