Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion design/base.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pkarr uses [z-base32](https://philzimmermann.com/docs/human-oriented-base-32-enc

While a TLD should work with any URI scheme, sometimes printing the encoded public-key alone is lacking context, so it is advisable to add `pk:`;
```
pk:o4dksfbqk85ogzdb5osziw6befigbuxmuxkuxq8434q89uj56uyy`
pk:o4dksfbqk85ogzdb5osziw6befigbuxmuxkuxq8434q89uj56uyy
```

Implementations should be able to parse both `pk:<zbase32 encoded key>`, standalone `<zbase-32 encoded key>`, and preferably any 52 character TLD in any valid URI.
Expand Down