Skip to content

Commit

Permalink
ipns: note on ignored field
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Sep 13, 2022
1 parent 41612da commit 3c907b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions IPNS.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@ Record's data and signature verification MUST be implemented as outlined below,
6. Create bytes for signature verification by concatenating `ipns-signature:` prefix (bytes in hex: `69706e732d7369676e61747572653a`) with raw CBOR bytes from `IpnsEntry.data`
7. Verify signature in `IpnsEntry.signatureV2` against concatenation result from the previous step.

Value in `IpnsEntry.signatureV1` MUST be ignored.

## Integration with IPFS

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

0 comments on commit 3c907b0

Please sign in to comment.