An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# YogCrypt

[![Build Status](https://travis-ci.com/yogcrypt/yogcrypt.svg?branch=master)](https://travis-ci.com/yogcrypt/yogcrypt)
[![Documentation](https://img.shields.io/badge/docs-master-4F74A6.svg)](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.