Skip to content

Commit 784d1a1

Browse files
committed
ipip-512: clarify limit applies to digest size
addressing feedback from #512 (review)
1 parent a29376f commit 784d1a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ipips/ipip-0512.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ This IPIP adds a new section to the UnixFS specification documenting the 128-byt
5353
Add new section "Identity CID Size Limit" that specifies:
5454

5555
- Identity CIDs (multihash code `0x00`) are experimental and limited to 128-byte digest size
56-
- Implementations MUST never produce identity CIDs exceeding 128 bytes
57-
- Implementations MUST reject identity CIDs exceeding 128 bytes when reading
56+
- Implementations MUST never produce identity CIDs with digest sizes exceeding 128 bytes
57+
- Implementations MUST reject identity CIDs with digest sizes exceeding 128 bytes when reading
5858
- Implementations SHOULD automatically convert to regular blocks if data modifications would exceed the limit
5959

6060
### Test Fixtures

0 commit comments

Comments
 (0)