From d4ffcadeba2d6d9e71550b4dd3ee0877ba760e39 Mon Sep 17 00:00:00 2001
From: Daniel Huigens
- 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}}.
Operations
@@ -13324,7 +13325,7 @@ Operations
Operations
Operations
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|.