Skip to content

Commit 3c907b0

Browse files
committed
ipns: note on ignored field
1 parent 41612da commit 3c907b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

IPNS.md

+2
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,8 @@ Record's data and signature verification MUST be implemented as outlined below,
283283
6. Create bytes for signature verification by concatenating `ipns-signature:` prefix (bytes in hex: `69706e732d7369676e61747572653a`) with raw CBOR bytes from `IpnsEntry.data`
284284
7. Verify signature in `IpnsEntry.signatureV2` against concatenation result from the previous step.
285285

286+
Value in `IpnsEntry.signatureV1` MUST be ignored.
287+
286288
## Integration with IPFS
287289

288290
Below are additional notes for implementers, documenting how IPNS is integrated within IPFS ecosystem.

0 commit comments

Comments
 (0)