We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a29376f commit 784d1a1Copy full SHA for 784d1a1
1 file changed
src/ipips/ipip-0512.md
@@ -53,8 +53,8 @@ This IPIP adds a new section to the UnixFS specification documenting the 128-byt
53
Add new section "Identity CID Size Limit" that specifies:
54
55
- 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
+- Implementations MUST never produce identity CIDs with digest sizes exceeding 128 bytes
+- Implementations MUST reject identity CIDs with digest sizes exceeding 128 bytes when reading
58
- Implementations SHOULD automatically convert to regular blocks if data modifications would exceed the limit
59
60
### Test Fixtures
0 commit comments