Skip to content

Commit

Permalink
README.md: Update CryptoURI examples with root namespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Oct 7, 2019
1 parent a42917b commit 3f61069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Python implementation of [CryptoURI]: a [URN]-like namespace for representing
cryptographic objects including keys, signatures, and digests:

```
crypto:public:key:ed25519:6adfsqvzky9t042tlmfujeq88g8wzuhnm2nzxfd0qgdx3ac82ydq3pkr2c
crypto:pub:key:ed25519:6adfsqvzky9t042tlmfujeq88g8wzuhnm2nzxfd0qgdx3ac82ydqf03cvv
```

The "dasherized" syntax provides a URI-safe alternative:

```
crypto-public-key-ed25519-6adfsqvzky9t042tlmfujeq88g8wzuhnm2nzxfd0qgdx3ac82ydqc3p98e
crypto-pub-key-ed25519-6adfsqvzky9t042tlmfujeq88g8wzuhnm2nzxfd0qgdx3ac82ydqlu986g
```

[Documentation](https://bitly.com/98K8eH)
Expand Down

0 comments on commit 3f61069

Please sign in to comment.