From c09b7412b48493625861eb6b3e5ec388eab0330c Mon Sep 17 00:00:00 2001 From: nazeh Date: Mon, 30 Sep 2024 15:06:22 +0300 Subject: [PATCH] Revert "docs: small fix in Auth spec" This reverts commit f48f5f69bc7e8147c3c8216a4361b273bbbef8b3. --- docs/src/spec/auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/spec/auth.md b/docs/src/spec/auth.md index 92a30412..62c57bfb 100644 --- a/docs/src/spec/auth.md +++ b/docs/src/spec/auth.md @@ -79,7 +79,7 @@ pubkyauth:/// ```abnf AuthToken = signature namespace version timestamp pubky capabilities -signature = 64OCTET ; ed25519 signature over the rest of the token. +signature = 64OCTET ; ed25519 signature over encoded DNS packet namespace = %x50.55.42.4b.59.3a.41.55.54.48 ; "PUBKY:AUTH" in UTF-8 (10 bytes) version = 1*OCTET ; Version of the AuthToken for future proofing. timestamp = 8OCTET ; Big-endian UNIX timestamp in microseconds