Skip to content

Commit

Permalink
Update draft-irtf-cfrg-cpace.md
Browse files Browse the repository at this point in the history
removed nil which was used nowhere.
  • Loading branch information
BjoernMHaase authored Oct 11, 2024
1 parent 7058882 commit 8df3d57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions draft-irtf-cfrg-cpace.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,13 +345,12 @@ representation of the group element y\*g. Additionally, scalar\_mult\_vfy specif

- len(S) denotes the number of octets in an octet string S.

- nil denotes an empty octet string, i.e., len(nil) = 0.

- This document uses quotation marks "" both for general language (e.g. for citation of notation used in other documents) and
as syntax for specifying octet strings as in b"CPace25519".

We use a preceding lowercase letter b"" in front of the quotation marks if a character sequence is representing an octet string sequence.
I.e., we use the notation convention for byte string representations with single-byte ASCII character encodings from the python programming language.
b"" denotes the empty string of length 0.

- LEB128 denotes an algorithm that converts an integer to a variable sized string. The algorithm encodes 7 bits per byte starting with the least significant bits in bits #0 to #6.
As long as significant bits remain, bit #7 will be set. This will result in a single-byte encoding for values below 128.
Expand Down

0 comments on commit 8df3d57

Please sign in to comment.