@@ -615,19 +615,19 @@
Terminology
615
615
The term [= byte sequence =] is defined in [[Infra]].
616
616
617
617
618
- A byte sequence containing a bit string |b| is the
618
+ A byte sequence containing a bit sequence |b| is the
619
619
[= 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
621
621
and then considering each consecutive sequence of 8 bits in that string as a byte.
622
622
623
623
624
624
When this specification says to convert a non-negative
625
625
integer |i| to a byte sequence of length |n|, where |n| * 8
626
626
is greater than the logarithm to base 2 of |i|, the user agent must
627
627
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
629
629
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.
631
631
632
632
633
633
Comparing two strings in a case-sensitive
@@ -15064,8 +15064,8 @@
HkdfParams dictionary
15064
15064
};
15065
15065
15066
15066
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.
15069
15069
15070
15070
15071
15071
Operations
0 commit comments