Thread with 5 posts

jump to expanded post

suppose I want a Rust library for cryptography (the usual stuff: encryption and signing with public, private and symmetric keys), and I want something at least as high-level as libsodium. what can I pick that's not gonna make cryptography experts yell at me. there seem to be too many libraries that try to fill this niche

Open thread at this post
will , @kernelmethod@kolektiva.social
(open profile)

@hikari I can’t speak to dryoc but ring (github.com/briansmith/ring) has a pretty good reputation and is used as a backend for a lot of other libraries (e.g. rustls uses it).

The API is quite different from libsodium (with the hopes of making it as foolproof as possible) so it’s a little difficult to make a comparison, but on the whole I’d say they work at a similar-ish level of abstraction.

Open remote post (opens in a new window)