Skip to content

Commit b52b2bf

Browse files
committed
spec: clean up digest example table
Signed-off-by: Stephen J Day <[email protected]>
1 parent 9c6dd18 commit b52b2bf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

descriptor.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ encoded := /[a-zA-Z0-9=_-]+/
7878

7979
Some example digest strings include the following:
8080

81-
digest | algorithm | Supported |
82-
------------------------------------------------------------------------|---------------------|-----------|
83-
sha256:6c3c624b58dbbcd3c0dd82b4c53f04194d1247c6eebdaab7c610cf7d66709b3b | [SHA-256](#sha-256) | Yes |
84-
sha512:401b09eab3c013d4ca54922bb802bec8fd5318192b0a75f201d8b3727429080fb337591abd3e44453b954555b7a0812e1081c39b740293f765eae731f5a65ed1 | [SHA-256](#sha-512) | Yes |
85-
multihash+base58:QmRZxt2b1FVZPNqd8hsiykDL3TdBDeTSPX9Kv46HmX4Gx8` | Multihash | No |
86-
sha256+b64u:LCa0a2j_xo_5m0U8HTBBNBNCLXBkg7-g-YpeiGJm564 | SHA-256 with urlsafe base64 | No |
81+
digest | algorithm | Supported |
82+
--------------------------------------------------------------------------|---------------------|-----------|
83+
`sha256:6c3c624b58dbbcd3c0dd82b4c53f04194d1247c6eebdaab7c610cf7d66709b3b` | [SHA-256](#sha-256) | Yes |
84+
`sha512:401b09eab3c013d4ca54922bb802bec8fd5318192b0a75f201d8b372742...` | [SHA-256](#sha-512) | Yes |
85+
`multihash+base58:QmRZxt2b1FVZPNqd8hsiykDL3TdBDeTSPX9Kv46HmX4Gx8` | Multihash | No |
86+
`sha256+b64u:LCa0a2j_xo_5m0U8HTBBNBNCLXBkg7-g-YpeiGJm564` | SHA-256 with urlsafe base64 | No|
8787

8888
Please see [Registered Algorithms](#registered-identifiers) for a list of supported algorithms.
8989

0 commit comments

Comments
 (0)