From c163da97d32a291a1c913800c926d7758c641c6e Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 4 May 2021 14:53:36 +0200 Subject: specify serialization of key --- doc/api.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc/api.md') 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. -- cgit v1.2.3