Skip to content

Commit

Permalink
docs: minor corrections to attestation and rsa signing
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieDriver committed Dec 2, 2024
1 parent 062ad45 commit 9a2001e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ sign_attestation reply
"id": "84",
"result": {
"signature": <512 bytes>
"pubkey_pem": <bytes>
"pubkey_pem": <pem string>
"ext_signature": <bytes>
}
}
Expand Down Expand Up @@ -1174,7 +1174,7 @@ sign_bip85_digests reply
]
}
* 'result' is a public key pem string
* 'result' is an array of signatures, corresponding to the array of digests passed in.


.. _get_identity_pubkey_request:
Expand Down

0 comments on commit 9a2001e

Please sign in to comment.