564
edits
| Line 60: | Line 60: | ||
=== Crypto API === | === Crypto API === | ||
A (platform, chrome-privileged) crypto API that performs key pair generation, signature and verification will be needed | |||
* A (platform, chrome-privileged) crypto API that performs key pair generation, signature and verification will be needed | |||
* This API should be threadsafe and usable from a ChromeWorker - https://bugzilla.mozilla.org/show_bug.cgi?id=665057 | |||
* Proposed IDL: | |||
<pre> | <pre> | ||
interface IdentityCryptoAPI { | interface IdentityCryptoAPI { | ||
edits