Rust Crypto @RustCryptoOrg
Cryptographic algorithms written in pure Rust. AEAD encryption, block/stream ciphers, hashes, elliptic curves, RSA, signatures, PKCS/PKIX, and more github.com/RustCrypto Joined April 2020-
Tweets66
-
Followers1K
-
Following0
-
Likes25
[ANN] `ssh-key` v0.5.0: now with “sshsig” support (as supported by git v2.34.0 and above) users.rust-lang.org/t/ann-ssh-key-…
The `p384` v0.11.0 crate release now includes a full arithmetic implementation, enabling both ECDSA and ECDH support, using field arithmetic implementations from `fiat-crypto`: github.com/RustCrypto/ell…
Excited to use the new `hybrid-array` crate from @RustCryptoOrg ! It's like `generic-array` but with no `unsafe` under the hood, a bridge to using fully-featured const generics in expressions in the not-too-distant Rust future! docs.rs/hybrid-array crates.io/crates/hybrid-…
@durumcrustulum @matthew_d_green @kennwhite @LindellYehuda @ncweaver We have AES-GCM-SIV too! github.com/RustCrypto/AEA…
@encthenet @Keltounet Yes
@kennyog Yes, it ensures both r and s are valid nonzero elements of the scalar field
Our `ecdsa` crate prevents vulnerabilities like Java's CVE-2022-21449 using type safety. We use a `NonZeroScalar` type to model the `r` and `s` components of an ECDSA signature. This prevents either of them from ever accidentally being zero. docs.rs/ecdsa/0.13.4/e…
@kennyog Yes, it ensures both r and s are valid nonzero elements of the scalar field
For context neilmadden.blog/2022/04/19/psy…
Announcing ssh-key v0.4: now with pure Rust keygen, certificate validation, and SSH CA support users.rust-lang.org/t/announcing-s…
[ANN] `cmov` v0.1: constant-time conditional move intrinsics for x86/x86_64/aarch64 leveraging @rustlang 1.59's new stable inline assembly users.rust-lang.org/t/ann-cmov-v0-…
Announcing initial hash2curve support in the following @RustCryptoOrg elliptic curve crates: - `k256` v0.10.2 (secp256k1) - `p256` v0.10.1 (NIST P-256) Repo: github.com/RustCrypto/ell… See trait documentation here: docs.rs/elliptic-curve…
My sha1 crate is now called sha1_smol for when you need a dependency free version. Major versions of the sha1 crate in the future will refer to the RustCrypto SHA1 implementation. Users of the 0.6 line of sha1 are auto migrated to sha1_smol. github.com/mitsuhiko/sha1…
[ANN] `ssh-key` v0.2.0: no_std-friendly constant-time parser for OpenSSH private/public keys users.rust-lang.org/t/ann-ssh-key-…
[ANN] `crypto-bigint` v0.3.0: @rustlang big integer library designed for cryptography use cases. Repo: github.com/rustcrypto/cry… Docs: docs.rs/crypto-bigint/…
`crypto-bigint` v0.2.6 has been released. Among other new features, it adds support for encoding `UInt` types using Recursive Length Prefix (RLP) encoding github.com/RustCrypto/uti…
"Password auth in Rust, from scratch - Attacks and best practices" Tutorial on how to do Argon2 in Rust using the @RustCryptoOrg `argon2` crate, part of the "Zero To Production In Rust" series: lpalmieri.com/posts/password…
Why is constant-time PEM encoding important for an RSA library? A forthcoming paper illustrates RSA key extraction from SGX enclaves using PEM/Base64 sidechannels alone: x.com/JanWichelmann/…
[ANN] `rsa` v0.5.0: pure @rustlang implementation of the RSA public key cipher and digital signature algorithm. This release includes constant-time PEM decoding/encoding for PKCS#1 and PKCS#8 keys. - repo: github.com/RustCrypto/RSA - docs: docs.rs/rsa/0.5.0/
In a moment of serendipity I just so happen to have published a new @RustCryptoOrg strict PEM parser which not only uses a constant time Base64 implementation but in the happy path completely avoids any branching or table lookups on potentially secret data github.com/RustCrypto/uti…
@derekilikered Likewise, we use constant-time scalar inversions for ECDSA verification, where variable-time inversions could potentially be faster.
@derekilikered There are many other low-hanging fruit optimizations to pursue as yet. For example, we don't yet precompute powers of the generator, which would also speed up verification. We also use constant-time formulas for ECDSA verification. Things might be improved by e.g. wNAF.
Updated ECDSA/secp256k1 benchmarks comparing: - @RustCryptoOrg's pure Rust `k256` crate - The pure Rust `libsecp256k1` crate - The `secp256k1` crate (FFI wrapper for the bitcoin-core C library) Faster is better.
Lúcás Meier @cronokirby
10K Followers 1K Following Cryptographer @commonwarexyz Opinions do not yadda yadda. Did an MSc (Computer Science) @EPFL. Avid, not fast runner. https://t.co/yOuGtLnGMF on bsky.
Deirdre Connolly¹ @durumcrustulum
6K Followers 3K Following • 🜗 🝒 🝲 crypto as in 'cryptography' 🝳 🝡 🜖 • ¹ isogenist, co-host @SCWpod, @durumcrustulum.com on 🦋
sofía celi @claucece
9K Followers 5K Following Proud LatinAmerican • "Legendary quantum lady/cryptographer" • Researcher @brave • she/they • hrpc co-chair @inretafo anti-fraud @w3c @otr_im @LondonU
kennyog @kennyog
8K Followers 2K Following Professor of Computer Science at ETH Zurich. Views my own. Apparently in a semi-religious crypto/privacy cult. Join us! He/him.
Nadim Kobeissi @kaepora
26K Followers 173 Following Applied cryptographer. Mainly working in the cryptography auditing industry, but sometimes venturing back into academia.
Luca Palmieri @algo_luca
16K Followers 2K Following Rust / backend dev / org design / climate. Baking on the good days. Author of https://t.co/WDxzUHAAe6. Building https://t.co/YMfw1oaHIi, a new Rust web framework.
henry 🌘 @hdevalence
16K Followers 2K Following ex-{mathematician, cryptographer, cypherpunk} // navigating the library of babel
Steve Weis @sweis
11K Followers 3K Following Software engineer at @anthropicai interested in cryptography, security, privacy, and machine learning.
Colm MacCárthaigh @colmmacc
38K Followers 2K Following VP / Distinguished Engineer at Amazon Web Services. Also: Open Source and Apache, Cryptography, Irish Music, mediocre Photography.
Diego F. Aranha 🕷�... @dfaranha
15K Followers 1K Following Associate Professor at @csaudk. Find me at bsky, where I am much more active.
@[email protected]... @str4d
3K Followers 473 Following Zcash, Rust, cryptography & privacy. He/him. https://t.co/H3HuRnxc3h atproto: 🦋https://t.co/BSw2zoJbif age18f63qx4gk8x7p4lfuwwglqcan7snvp406q5vmk26g9fmpe9c799qqzzr3w
Yuvi Lightman | Quant... @YuviLightman
4K Followers 1K Following Securing Blockchains against the Quantum Threat | Founder of @QuantusNetwork | Editor-in-Chief at @QuantumCanary_ | Author of Weaponized Schizophrenia
sapiens-engineering @sapiens_eng
28 Followers 185 Following Tech for a humane future. ☀️ Cryptography 🗝️, decentralization 🍐 and hardware 🧰.
Lorenzo Veneri @ellorenztw
63 Followers 671 Following Analyst developer to X DataNet, Full stack web developer, .Net Developer
Semper Fidelis Tyrann... @fabiolean
76 Followers 451 Following Network Automation, Net Developer, Net Engineer 🇵🇷 He/Him. My opinions are to be taken very seriously and are endorsed by everyone you fear and love.
Tim Almond @farmer_timmm
70 Followers 171 Following Planetary Farming. Digital Freedom. Darth_Santa on Star Citizen. Forbes 30U30.
Subhasish B. @sub_kenny_700
105 Followers 2K Following
Ujjwal @mehtasec
21 Followers 113 Following cryptography & zk. opinions are my own, and dont take everything i say for granted, use your own brain as well.
Haakun_the_eril 🇳�... @Haakun_the_eril
151 Followers 152 Following A retired vtuber. 18+ content. Autism Spectrum diagnosis. Age: Xennial YouTube: https://t.co/0pgHOefANJ #Norwegian #neurodiversity
Liam Gray @notliamgray
0 Followers 99 Following
Feems @feemschats
2K Followers 1K Following Exploring creative technolgies and the intersects of crypto and ai. New rust builder Her DAO rust school cohort 1
Abhishake Bansal @AbhishakeBansal
33 Followers 995 Following
feynon @feynon_
404 Followers 3K Following technologist @tilesprivacy community https://t.co/OLNOxCQEmf
Guillaume Claret 🐻... @guillaumeclaret
736 Followers 947 Following Formal verification, PhD Rust - Solitity - OCaml - ZK Founder @ Formal Land Book a call: https://t.co/nnHMLuXR3H
Minzu Vu @minzuvu0101
9 Followers 345 Following
elyes smida @elyessmida9
1 Followers 112 Following
Mark Atwood @_Mark_Atwood
4K Followers 962 Following I learn amazing things, and meet awesome people, and introduce them to each other. Shape Rotator. Quiet Mind.
sth @tyjlpfzu2
0 Followers 0 Following
velorax @veloraxOfficiel
488 Followers 3K Following Tired of pump & dump chains? Discover Velorax ⚡ DEX • Explorer • Token creation Escrow • NFC payments • Fairer design
Rust AI Crypto Agent @RustCryptoAgent
0 Followers 1 Following I'm a new agent from @RustCryptoOrg Autonomous Crypto Agent ⚡ Monitoring on-chain signals, narratives & alpha 24/7. Built for the next financial internet.
Tobias Rothmann @tobiasrth
107 Followers 489 Following Formal Methods & Cryptography Enthusiast | Intern @ethereumfndn | CS @TU_muenchen | prev. Cryptography @Arcium, @tbc_munich
CallOfTheVoid @TheCall35318
4 Followers 84 Following
oli akor @OAkor32431
2 Followers 98 Following
Ashutosh Rana ⛓️ @ashutoshrana_20
1K Followers 990 Following Deep computer science from transistors to blockchain and NLP | Building ScrapyBytes| Terminology Extraction Engine in public. https://t.co/TogzkcWvZE
Kevin Sheeran @Kevinsheeranxyj
15 Followers 114 Following Blockchain Engineer | Rust Dev | Open source Advocate | Defi
Jose Pino @jofpin
21K Followers 5K Following Cybersecurity researcher and tech creator, recognized by the world’s top tech companies.
Tássio Virgínio @tassiovirginio
188 Followers 2K Following Teacher, Developer, PhD Candidate, Master in Computer Science, Specialist in Agile Software Development. Creator of Try-rs (https://t.co/FblCRWAzip) and Dnose.
Quantum Sequrity @quantumsequrity
0 Followers 22 Following Protecting the world from Harvest Now, Decrypt Later threat. Post Quantum Cryptography platform. NIST FIPS 203/204/205/206. https://t.co/RJfF62RBlR
alias @loadingalias
607 Followers 3K Following Founder @ alias-research | cargo-rail | rscrypto | privacy advocate | Member @ Zed Guild 🦀
Jose Storopoli @storopoli
526 Followers 738 Following Bitcoin minimalist. eng at @AlpenLabs, recovering academic/research eng with a PhD. Opinions my own.
Indranil @IndranilPatil4
26 Followers 93 Following
Hawre 🇮🇷 @0xHawre
2K Followers 538 Following
0xctrl_ @PKushneryk
14 Followers 156 Following Software Engineer || Rust, Golang, Web3 Dev || Node Validator || .sol
Divya Ranjan @DivyaRanjan1905
60 Followers 491 Following Mathematics, Cryptography, and Formal Verification. Also a connoisseur of compilers and programming language theory. Ex @ethereumfndn
UMA(ゆーま) @UMA_yumaSec
740 Followers 1K Following sec/PQC | 脅威分析 | 応用情報 | CODE BLUE24,25学スタ | JANOG56若者支援 | 日常版@uma_yuma08
Zukul @TheZukul
170 Followers 3K Following Human #infosec professional seeking contact with fellow human individuals within the community














