All Projects → yogcrypt → yogcrypt

yogcrypt / yogcrypt

Licence: other
A fast, general purpose crypto library in pure Rust.

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to yogcrypt

libsm
A Rust Library of China's Standards of Encryption Algorithms (SM2/3/4)
Stars: ✭ 112 (+522.22%)
Mutual labels:  sm2, sm3, sm4
cryptogm
An implement of china crypto standards, including sm2,sm3 ,sm4 and sm9 algorithms.
Stars: ✭ 26 (+44.44%)
Mutual labels:  sm2, sm3, sm4
phpsm2sm3sm4
php版本,支持国密sm2的签名算法,非对称加解密,sm3的hash, sm4的对称加解密
Stars: ✭ 80 (+344.44%)
Mutual labels:  sm2, sm3, sm4
java-gm
Java语言国密基础库
Stars: ✭ 33 (+83.33%)
Mutual labels:  sm2, sm3, sm4
Gmssl
支持国密SM2/SM3/SM4/SM9/ZUC/SSL的OpenSSL分支
Stars: ✭ 2,747 (+15161.11%)
Mutual labels:  sm2, sm3, sm4
sm
php国密SM3,sm4算法
Stars: ✭ 132 (+633.33%)
Mutual labels:  sm3, sm4
ngx http hmac secure link module
HMAC Secure Link module for NGINX.
Stars: ✭ 47 (+161.11%)
Mutual labels:  sm3
egnature
Egnature is an email signature generator tool, which is an open source and free to use.
Stars: ✭ 26 (+44.44%)
Mutual labels:  signature
prune-horst
Signature scheme submitted to NIST's Post-Quantum Cryptography Project
Stars: ✭ 23 (+27.78%)
Mutual labels:  signature
smooth-signature
H5带笔锋手写签名,支持PC端和移动端,任何前端框架均可使用
Stars: ✭ 474 (+2533.33%)
Mutual labels:  signature
okhttp-awssigner
An OkHttp interceptor for signing requests with AWSv4 signatures
Stars: ✭ 14 (-22.22%)
Mutual labels:  signature
SolRsaVerify
Solidity RSA Sha256 Pkcs1 Verification
Stars: ✭ 45 (+150%)
Mutual labels:  signature
SnortRules
This is an open source Snort rules repository
Stars: ✭ 18 (+0%)
Mutual labels:  signature
gravity-sphincs
Signature scheme submitted to NIST's Post-Quantum Cryptography Project
Stars: ✭ 67 (+272.22%)
Mutual labels:  signature
littleca
littleca是一个基于BC的小型ca库,支持ecc,rsa,dsa,sm2的证书签发,加密解密,签名验签操作,支持国密加解密,证书签发
Stars: ✭ 44 (+144.44%)
Mutual labels:  sm2
aes
Fast constant-time AES implementations on 32-bit architectures
Stars: ✭ 44 (+144.44%)
Mutual labels:  block-cipher
DigiDoc4-Client
DigiDoc4 Client is an application for digitally signing and encrypting documents; the software includes functionality to manage Estonian ID-card - change pin codes etc.
Stars: ✭ 91 (+405.56%)
Mutual labels:  signature
react-native-signview
Signature view for react native(Android + IOS)
Stars: ✭ 15 (-16.67%)
Mutual labels:  signature
hash-wasm
Lightning fast hash functions using hand-tuned WebAssembly binaries
Stars: ✭ 382 (+2022.22%)
Mutual labels:  sm3
SignatureView
【Android View】:好用的Android电子签名板,能保存所签名的图片
Stars: ✭ 89 (+394.44%)
Mutual labels:  signature

YogCrypt

Build Status Documentation

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 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].