A curated list of Rust code and resources. Contribute to rust-unofficial/awesome-rust development by creating an account on GitHub.
Rustls cryptography provider built on the pure Rust crates from the RustCrypto organization - RustCrypto/rustls-rustcrypto
cc:用于在Cargo的构建脚本中处理C语言族(C/C++/Objective-C)源代码的编译。 cmake:为构建脚本提供调用cmake命令的能力,以构建需要此系统的本地库依赖。 vergen:当构建Cargo项目时,通过build.rs脚本动态地生成代码版本信息。 system-deps:用于自动寻找和使用系统级别的库依赖项,简化构建过程。 shadow-rs:用于在Rust...
DaGenix/rust-crypto - cryptographic algorithms dalek-cryptography/curve25519-dalek - Curve25519 operations dalek-cryptography/ed25519-dalek - Ed25519 digital signatures dalek-cryptography/x25519-dalek - X25519 key exchange debris/tiny-keccak - Keccak family (SHA3) dusk-network/bls12-381 - A Rust-n...
[crypto, cryptography] briansmith/ring— Safe, fast, small crypto using Rust and BoringSSL’s cryptography primitives. briansmith/webpki— Web PKI TLS X.509 certificate validation in Rust. brycx/orion— This library aims to provide easy and usable crypto. ‘Usable’ meaning exposing high-le...
Cryptography & Security Newsletter74 Rust and cryptographic code25 Feb 2021Feisty Duck’s Cryptography & Security Newsletter is a periodic dispatch bringing you commentary and news surrounding cryptography, security, privacy, SSL/TLS, and PKI. It's designed to keep you informed about the latest ...
rustls-rustcrypto tests @ Jul 10, 2024 general hpke-k256 @ Jul 7, 2024 RSA switchting to crypto-bigint @ Jul 7, 2024 TLS dependabot rustls 0.23 noise @ Jul 7, 2024 TLS rustls @ Jul 7, 2024 elliptic-curves hash2curve @
crypto::secretbox, crypto::stream, crypto::auth, and crypto::onetimeauth for secret-key cryptography crypto::hash, crypto::verify, and crypto::shorthash for low-level functionsgpgmeThis is a GnuPG Made Easy (GPGME) library for Rust. Using GnuPG directly from an application can be complicated...
README CC0-1.0 Awesome Rust Table of contents Applications Audio and Music Cryptocurrencies Database Emulators Games Graphics Image processing Industrial automation Observability Operating systems Payments Productivity Routing protocols Security tools Simulation Social networks System tools Task scheduling Text...
另外,官方也知道嵌入式Rust目标受众对嵌入式系统领域的兴趣点和专业度都不太相同,所以官方推出了[《嵌入式黑魔法(embedonomicon)》](https://docs.rust-embedded.org/embedonomicon/),并收集更多针对性的资源,比如各种[awesome的第三方库列表](https://github.com/rust-embedded/awesome-embedded-rust)。