Skip to content

Commit

Permalink
deploy: f48f5f6
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuhvi committed Sep 29, 2024
1 parent 80aa000 commit 895e37f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ <h2 id="authtoken-encoding"><a class="header" href="#authtoken-encoding">AuthTok
<pre><code class="language-abnf">```abnf
AuthToken = signature namespace version timestamp pubky capabilities

signature = 64OCTET ; ed25519 signature over encoded DNS packet
signature = 64OCTET ; ed25519 signature over the rest of the token.
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
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion spec/auth.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ <h2 id="authtoken-encoding"><a class="header" href="#authtoken-encoding">AuthTok
<pre><code class="language-abnf">```abnf
AuthToken = signature namespace version timestamp pubky capabilities

signature = 64OCTET ; ed25519 signature over encoded DNS packet
signature = 64OCTET ; ed25519 signature over the rest of the token.
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
Expand Down

0 comments on commit 895e37f

Please sign in to comment.