yogcrypt

A high-performance, general purpose crypto library in pure Rust


Keywords
cryptography, sm4, sm3, sm2, block-cipher, cryptographic-hash, rust, security, signature
Licenses
MIT/Apache-2.0

Documentation

YogCrypt

Build Status

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, and @mssun. Please see 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 and LICENSE-MIT for details.