diff options
author | Rasmus Dahlberg <rasmus@rgdd.se> | 2024-06-02 08:29:49 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@rgdd.se> | 2024-06-02 08:36:35 +0200 |
commit | 279de6a1195adb739a8d1f2afb445b68793b28b8 (patch) | |
tree | a6f72f890fb04d4ee5a55563bd83d8855e1a108d /docs | |
parent | 32b81ec4777ede7fdb4e0172c0011e238bdacb60 (diff) |
chore: Remove dash in project name
To be consistent with naming of the tools in cmd/.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help2man/reporting-bugs.help2man | 2 | ||||
-rw-r--r-- | docs/submission.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/help2man/reporting-bugs.help2man b/docs/help2man/reporting-bugs.help2man index 893bb0f..81a4147 100644 --- a/docs/help2man/reporting-bugs.help2man +++ b/docs/help2man/reporting-bugs.help2man @@ -1,6 +1,6 @@ [REPORTING BUGS] Use -.B https://git.glasklar.is/rgdd/silent-ct/-/issues +.B https://git.glasklar.is/rgdd/silentct/-/issues for filing issues. .br Reach out to 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) |