gitoid-v0.8.0 - 2024-09-26
Release Notes
The big news in [email protected]
is that we've added support for swapping out the
cryptography-provider backend, and now support three options:
rustcrypto
boringssl
openssl
All of these can be controlled via features on the crate. You do have to pick
at least one of them, but you can pick more than one if you want and then
decide which to use at runtime.
We also added some benchmarks to enable comparing them.
Huge thank you to @fkautz for the work on this!