Skip to content

Commit

Permalink
Use "its" instead of "the".
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus23 committed Aug 11, 2023
1 parent 64f84bd commit 91c1628
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 @@ -218,7 +218,7 @@ It is a sensible default to make use of inline content for file sizes below a ce

#### 3.1.4.1 Externalized Content

Since external content blocks are separate from the header, they each MUST have a `NameAccumulator` that is different than the file's `name` from the header. We allow these names to have an arbitrary `baseName`. For the normal case, the `baseName` is RECOMMENDED to be the file's `name` from the header with the externalized content's encryption `key`, hashed to a prime, added to it as a name segment.
Since external content blocks are separate from its header, they each MUST have a `NameAccumulator` that is different than the file's `name` from its header. We allow these names to have an arbitrary `baseName`. For the normal case, the `baseName` is RECOMMENDED to be the file's `name` from its header with the externalized content's encryption `key`, hashed to a prime, added to it as a name segment.
However, the `baseName` is allowed to be anything else, for instance to support copying or moving a file to a different location without having to re-encrypt all of its data.
The [sharded file content access] algorithm contains more information about how to derive each externalized block's name from this `baseName`.

Expand Down

0 comments on commit 91c1628

Please sign in to comment.