mirror of
https://github.com/sobolevn/awesome-cryptography.git
synced 2026-03-09 15:34:44 -05:00
[PR #92] [MERGED] Add milagro-crypto-js library for javascript #109
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.