118
edits
Changes
→DOMCrypt Specification
*Each origin will only have access to the asymmetric private key generated for it. This will minimize the need for any kind of access control dialog for key usage.
* All the inputs and outputs should be raw, unformatted ArrayBuffers, letting higher-level pure JS wrappers deal with conversion to application data formats until we understand better what higher-level formats would be useful
== Possible Additions ==
<pre class="brush:js;toolbar:false;">
[Supplemental]
interface Crypto {
readonly attribute CryptoUser user;
};
</pre>
== References ==