Skip to content

Commit

Permalink
Fix typos in domain separation string (#75)
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Krüger <philipp.krueger1@gmail.com>
  • Loading branch information
matheus23 authored Nov 28, 2023
1 parent 58b62bf commit 3c4b79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/private-wnfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ In order to do that, the node name accumulator needs to be turned into revision-
This is done by deriving a name segment from the revision's skip ratchet state and accumulating that it the node's name accumulator:

```ts
const revisionSegment = hashToPrime("wnfs/1.0/segment derivation from temporal", header.ratchet, 32)
const revisionSegment = hashToPrime("wnfs/1.0/revision segment derivation from ratchet", header.ratchet, 32)
const revisionedName = header.name.add(revsisionSegment)
```

Expand Down

0 comments on commit 3c4b79a

Please sign in to comment.