From f12defbc02a28a03f5a844ee5e5361e3a0fdc751 Mon Sep 17 00:00:00 2001
From: Daniel Huigens Terminology
The term [= byte sequence =] is defined in [[Infra]].
- A byte sequence containing a bit string |b| is the + A byte sequence containing a bit sequence |b| is the [= byte sequence =] obtained by first appending zero or more - bits of value zero to |b| such that the length of the resulting bit string is minimal and an integer multiple of 8 + bits of value zero to |b| such that the length of the resulting bit sequence is minimal and an integer multiple of 8 and then considering each consecutive sequence of 8 bits in that string as a byte.
@@ -625,9 +625,9 @@
Comparing two strings in a case-sensitive @@ -15064,8 +15064,8 @@
The hash member represents the algorithm to use with HMAC (e.g.: SHA-256).
-The salt member represents a bit string that corresponds to the salt used in the extract step.
-The info member represents a bit string that corresponds to the context and application specific context for the derived keying material.
+The salt member represents the salt used in the extract step.
+The info member represents application specific context for the derived keying material.