Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 845 Bytes

SignedMessageResponseRaw.md

File metadata and controls

13 lines (8 loc) · 845 Bytes

# SignedMessageResponseRaw

Properties

Name Type Description Notes
ecdsa string Elliptic Curve Digital messageHash encoded as a base64 string [optional]
schnorr string 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 string Signature of messageHash using DER (Distinguished Encoding Rules) [optional]

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