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 @@

Operations

  1. - 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}}.

  2. @@ -13160,7 +13160,8 @@

    Operations

  3. - Return |result|. + Return the result of [= ArrayBuffer/create | creating =] + an {{ArrayBuffer}} containing |result|.

@@ -13324,7 +13325,7 @@

Operations

  1. - 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}}.

  2. @@ -13333,6 +13334,13 @@

    Operations

    then [= exception/throw =] an {{OperationError}}.

  3. +
  4. +

    + If |length| is zero, return the result of + [= ArrayBuffer/create | creating =] an {{ArrayBuffer}} + containing an empty [= byte sequence =]. +

    +
  5. Let |prf| be the MAC Generation function described in Section 4 of @@ -13362,7 +13370,8 @@

    Operations

  6. - Return |result| + Return the result of [= ArrayBuffer/create | creating =] + an {{ArrayBuffer}} containing |result|.