From 279de6a1195adb739a8d1f2afb445b68793b28b8 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Sun, 2 Jun 2024 08:29:49 +0200 Subject: chore: Remove dash in project name To be consistent with naming of the tools in cmd/. --- docs/submission.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/submission.md') 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 - silent-ct:separator + silentct:separator ... @@ -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) -- cgit v1.2.3