A curated list of Rust code and resources. Contribute to rust-unofficial/awesome-rust development by creating an account on GitHub.
[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...
bulletproofsPublicForked fromdalek-cryptography/bulletproofs A pure-Rust implementation of Bulletproofs using Ristretto. zkPublic Zero-knowledge cryptography traits Rust7Apache-2.0000UpdatedJul 15, 2024 bellmanPublic zk-SNARK library. People Top languages ...
ccbrown/iocraft [iocraft] - A crate for beautiful, artisanally crafted CLIs, TUIs, and text-based IO. gyscos/Cursive [cursive] - build rich TUI applications ivanceras/titik - a crossplatform TUI widget library with the goal of providing interactive widgets ncurses ihalila/pancurses [panc...
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...
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 ...
Post as a guest Name Email Required, but never shown Post Your Answer By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy. Browse other questions tagged rust cryptography or ask your own question. The...
If help,buyme coffee —— 营养跟不上了,给我来瓶营养快线吧! 💰 真棒螃蟹 Rust 代码和资源的精选列表。 (译者) 螃蟹 🦀️ == Rust;箱子 📦 == crate;绑定 == bindings; (译者) 绑定的一般含义是,将其他 (多数为) C/C++ 库,通过用 Rust 重新包装,给出类似/相同的 API,这样从此,就多了个...
好记性不如烂笔头 内容来自 面试宝典-高级难度Rust面试题合集 问: 请解释 Rust 中的并行计算模型和分布式计算模型。 在 Rust 中,你可以利用语言的并发特性来实现并行计算和分布式计算。虽然这些概念是不同的,但它们可以一起使用以提高系统的性能和扩展性。 并行计算 并行
另外,官方也知道嵌入式Rust目标受众对嵌入式系统领域的兴趣点和专业度都不太相同,所以官方推出了[《嵌入式黑魔法(embedonomicon)》](https://docs.rust-embedded.org/embedonomicon/),并收集更多针对性的资源,比如各种[awesome的第三方库列表](https://github.com/rust-embedded/awesome-embedded-rust)。