This is an automated email from the ASF dual-hosted git repository. brianspector pushed a commit to branch fixes in repository https://gitbox.apache.org/repos/asf/incubator-milagro.git
commit 95a3c683318de020a7183f99ede4fb3278cc01c2 Author: Brian Spector <[email protected]> AuthorDate: Tue Aug 13 14:23:32 2019 +0100 fixes --- docs/amcl-javascript-api.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/amcl-javascript-api.md b/docs/amcl-javascript-api.md new file mode 100644 index 0000000..720d2d4 --- /dev/null +++ b/docs/amcl-javascript-api.md @@ -0,0 +1,18 @@ +--- +id: amcl-javascript-api +title: AMCL JavaScript API +sidebar_label: AMCL JavaScript API +--- + +*MCJS - Milagro Crypto JavaScript* + +* MCJS is a standards compliant JavaScript cryptographic library with no +external dependencies except for the random seed source. + +* MCJS supports the standards for RSA, ECDH, ECIES, ECDSA and M-PIN, AES-GCM +encryption/decryption, SHA256, SHA384, SHA512 and SHA3 hash functions and a +cryptographically secure random number generator. Furthermore we recently +added New Hope, a post-quantum key exchange. + +* MCJS is [Node.js](https://nodejs.org/en/) compatible and browser compatible +(see some examples below). \ No newline at end of file
