diff options
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) |