diff options
author | Linus Nordberg <linus@nordberg.se> | 2021-05-04 14:53:36 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2021-05-04 14:53:36 +0200 |
commit | c163da97d32a291a1c913800c926d7758c641c6e (patch) | |
tree | 3bb987b6dd596c08fa634c342c5e7bce7fd702be | |
parent | a30eb85272010ffbcfd3fb2c6932dc2f15d596c1 (diff) |
specify serialization of key
-rw-r--r-- | doc/api.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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. |