[PR #92] [MERGED] Add milagro-crypto-js library for javascript #109

Closed
opened 2025-11-06 09:09:20 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (3)

  • dcfe46a Add milagro-crypto-c
  • 6e8d6e7 Merge remote-tracking branch 'upstream/master'
  • b5041d8 Add 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.

## 📋 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>
GiteaMirror added the pull-request label 2025-11-06 09:09:20 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-cryptography#109