diff --git a/spec/Overview.html b/spec/Overview.html index 1b85fdb..2dc8de9 100644 --- a/spec/Overview.html +++ b/spec/Overview.html @@ -13105,7 +13105,7 @@
- If |length| is null or zero, or is not a multiple of 8, then [= exception/throw =] an {{OperationError}}. + If |length| is null or is not a multiple of 8, then [= exception/throw =] an {{OperationError}}.
- Return |result|. + Return the result of [= ArrayBuffer/create | creating =] + an {{ArrayBuffer}} containing |result|.
- If |length| is null or zero, or is not a multiple of 8, then [= exception/throw =] an {{OperationError}}. + If |length| is null or is not a multiple of 8, then [= exception/throw =] an {{OperationError}}.
+ If |length| is zero, return the result of + [= ArrayBuffer/create | creating =] an {{ArrayBuffer}} + containing an empty [= byte sequence =]. +
+Let |prf| be the MAC Generation function described in Section 4 of @@ -13362,7 +13370,8 @@
- Return |result| + Return the result of [= ArrayBuffer/create | creating =] + an {{ArrayBuffer}} containing |result|.