Remove a default value of tagLength. Consistent with the rest of the API, do
not specify defaults. The default was wrong anyways (defaulting to 0, rather
than 128).
--- a/spec/Overview-WebCryptoAPI.xml Mon Apr 22 16:30:54 2013 -0700
+++ b/spec/Overview-WebCryptoAPI.xml Mon Apr 22 16:51:42 2013 -0700
@@ -3301,7 +3301,7 @@
<span class="comment">// The additional authentication data to include.</span>
ArrayBufferView? additionalData;
<span class="comment">// The desired length of the authentication tag. May be 0 - 128.</span>
- [EnforceRange] octet? tagLength = 0;
+ [EnforceRange] octet? tagLength;
};
</x:codeblock>
</div>