https://github.com/yogcrypt/yogcrypt
A fast, general purpose crypto library in pure Rust.
https://github.com/yogcrypt/yogcrypt
block-cipher cryptographic-hash cryptography rust security signature sm2 sm3 sm4
Last synced: 3 months ago
JSON representation
A fast, general purpose crypto library in pure Rust.
- Host: GitHub
- URL: https://github.com/yogcrypt/yogcrypt
- Owner: yogcrypt
- License: apache-2.0
- Created: 2018-04-22T12:13:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-26T00:14:25.000Z (almost 8 years ago)
- Last Synced: 2025-10-24T01:35:19.725Z (8 months ago)
- Topics: block-cipher, cryptographic-hash, cryptography, rust, security, signature, sm2, sm3, sm4
- Language: Rust
- Homepage:
- Size: 778 KB
- Stars: 21
- Watchers: 3
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# YogCrypt
[](https://travis-ci.com/yogcrypt/yogcrypt)
[](http://doc.yogcrypt.org)
**A fast, general purpose crypto library in pure Rust.**
YogCrypt is designed to be a high-performance, general purpose crypto library.
YogCrypt currently provides three cryptographic algorithms in Chinese National
Standard, namely the SM2 cryptographic asymmetric algorithm, the SM3
cryptographic hash algorithm, and the SM4 block cipher algorithm.
## Contributing
YogCrypt is maintained by @liuwenling, @Messjer, @romangol, and @mssun. Please see
[CONTRIBUTING.md](CONTRIBUTING.md) for more information.
## License
YogCrypt is distributed under the terms of both the MIT license and the Apache
License (Version 2.0).
See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) for details.