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 compatible and browser compatible (see some examples below).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/sobolevn/awesome-cryptography/pull/92
**Author:** [@AlessandroBudroni](https://github.com/AlessandroBudroni)
**Created:** 7/25/2019
**Status:** ✅ Merged
**Merged:** 7/25/2019
**Merged by:** [@sobolevn](https://github.com/sobolevn)
**Base:** `master` ← **Head:** `master`
---
### 📝 Commits (3)
- [`dcfe46a`](https://github.com/sobolevn/awesome-cryptography/commit/dcfe46ad1be51bba78a206b5acdcc1732b59f229) Add milagro-crypto-c
- [`6e8d6e7`](https://github.com/sobolevn/awesome-cryptography/commit/6e8d6e79f94f152e3fcae4144f03789b4ac51991) Merge remote-tracking branch 'upstream/master'
- [`b5041d8`](https://github.com/sobolevn/awesome-cryptography/commit/b5041d8a191b3de695c3a0836e37d135954a958f) Add milagro-crypto-js
### 📊 Changes
**1 file changed** (+1 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `README.md` (+1 -0)
</details>
### 📄 Description
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 compatible and browser compatible (see some examples below).
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/sobolevn/awesome-cryptography/pull/92
Author: @AlessandroBudroni
Created: 7/25/2019
Status: ✅ Merged
Merged: 7/25/2019
Merged by: @sobolevn
Base:
master← Head:master📝 Commits (3)
dcfe46aAdd milagro-crypto-c6e8d6e7Merge remote-tracking branch 'upstream/master'b5041d8Add milagro-crypto-js📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
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 compatible and browser compatible (see some examples below).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.