aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2021-05-04 14:53:36 +0200
committerLinus Nordberg <linus@nordberg.se>2021-05-04 14:53:36 +0200
commitc163da97d32a291a1c913800c926d7758c641c6e (patch)
tree3bb987b6dd596c08fa634c342c5e7bce7fd702be /doc
parenta30eb85272010ffbcfd3fb2c6932dc2f15d596c1 (diff)
specify serialization of key
Diffstat (limited to 'doc')
-rw-r--r--doc/api.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/api.md b/doc/api.md
index 976c167..362dc46 100644
--- a/doc/api.md
+++ b/doc/api.md
@@ -296,8 +296,7 @@ submitter selected.
- "checksum": the cryptographic checksum that the submitter wants to log in hex. note: fixed length 64 bytes, validated by the server somehow
- "signature": the submitter's signature over `tree_leaf.message`. The result
is hex-encoded.
-- "verification_key": the submitter's public verification key. It is serialized
-as described in the corresponding RFC. The result is hex-encoded.
+- "verification_key": the submitter's public verification key. The key is encoded as defined in [RFC 8032, section 5.1.2](https://tools.ietf.org/html/rfc8032#section-5.1.2). The result is hex-encoded.
- "domain_hint": a domain name that indicates where `tree_leaf.key_hash` can be
retrieved as a DNS TXT resource record in hex.