7 stable releases (4 major)

146.0.2 Nov 24, 2025
146.0.1 Nov 17, 2025
145.0.2 Nov 24, 2025
128.0.1 Jul 8, 2024
125.0.1 Mar 28, 2024

#1997 in Cryptography

658 stars & 43 watchers

MPL-2.0 license

220KB
5K SLoC

rc_crypto

The rc_crypto crate, like its name implies, handles all of our cryptographic needs.

For consumers, it pretty much follows the very rust-idiomatic ring crate API and offers the following functionality:

Under the hood, it is backed by Mozilla's NSS library, through bindings in the nss crate. This has a number of advantages for our use-case:

Rust features

  • gecko will avoid linking against libsqlite3_sys's libsqlite. See #2882 for context.

Dependencies

~0.4–1.3MB
~26K SLoC