Skip to content

Commit f12defb

Browse files
committed
Rename "bit string" to "bit sequence"
1 parent 7fdee33 commit f12defb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

spec/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -615,19 +615,19 @@

Terminology

615615
The term [= byte sequence =] is defined in [[Infra]].
616616

617617

618-
A byte sequence containing a bit string |b| is the
618+
A byte sequence containing a bit sequence |b| is the
619619
[= byte sequence =] obtained by first appending zero or more
620-
bits of value zero to |b| such that the length of the resulting bit string is minimal and an integer multiple of 8
620+
bits of value zero to |b| such that the length of the resulting bit sequence is minimal and an integer multiple of 8
621621
and then considering each consecutive sequence of 8 bits in that string as a byte.
622622

623623

624624
When this specification says to convert a non-negative
625625
integer |i| to a byte sequence of length |n|, where |n| * 8
626626
is greater than the logarithm to base 2 of |i|, the user agent must
627627
first calculate the binary representation of |i|, most significant bit first,
628-
prefix this with sufficient zero bits to form a bit string of length |n| * 8, and
628+
prefix this with sufficient zero bits to form a bit sequence of length |n| * 8, and
629629
then return the [= byte sequence =] formed by considering each consecutive
630-
sequence of 8 bits in that bit string as a byte.
630+
sequence of 8 bits in that bit sequence as a byte.
631631

632632

633633
Comparing two strings in a case-sensitive
@@ -15064,8 +15064,8 @@

HkdfParams dictionary

1506415064
};
1506515065
1506615066

The hash member represents the algorithm to use with HMAC (e.g.: SHA-256).

15067-

The salt member represents a bit string that corresponds to the salt used in the extract step.

15068-

The info member represents a bit string that corresponds to the context and application specific context for the derived keying material.

15067+

The salt member represents the salt used in the extract step.

15068+

The info member represents application specific context for the derived keying material.

1506915069
1507015070
1507115071

Operations

0 commit comments

Comments
 (0)