Skip to content

Commit

Permalink
Different spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus23 committed Aug 11, 2023
1 parent 842986c commit 6f3d10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/shared-private-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Individual device exchange keys are versioned. The protocol version is derived f

The file's content is 256 bytes of the exchange key's RSA public modulus encoded as big-endian unsigned integer.

Note: Using big-endian here is inconsistent with WNFS's use of little-endian encoding for integers in general, but it's the more common encoding for RSA numbers.
Note: Using big-endian here is inconsistent with this specification's use of little-endian encoding for integers in general, but it's the more common encoding for RSA numbers.

See the [test vectors](#exchange-key-test-vectors) for examples.

Expand Down

0 comments on commit 6f3d10c

Please sign in to comment.