aboutsummaryrefslogtreecommitdiff
path: root/docs/submission.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/submission.md')
-rw-r--r--docs/submission.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/submission.md b/docs/submission.md
index 357f07a..1d9c189 100644
--- a/docs/submission.md
+++ b/docs/submission.md
@@ -6,7 +6,7 @@ docdoc
NAME MAC
<PEM CHAIN>
- silent-ct:separator
+ silentct:separator
...
<PEM CHAIN>
@@ -15,7 +15,7 @@ docdoc
`MAC`: HMAC with SHA256 as the hash function, computed for line two and forward.
The HMAC key is derived by the node and the monitor from their shared secret:
- hkdf := hkdf.New(sha256.New, SECRET, []byte("silent-ct"), NAME)
+ hkdf := hkdf.New(sha256.New, SECRET, []byte("silentct"), NAME)
key := make([]byte, 16)
io.ReadFull(hkdf, key)