Use rsa2048-sha256 as the default algorithm

This commit is contained in:
Rodolphe Bréard 2023-03-26 20:10:21 +02:00
parent 25f7796629
commit c23f2bd573

View file

@ -10,7 +10,7 @@ pub enum Algorithm {
impl Default for Algorithm {
fn default() -> Self {
Self::Ed25519Sha256
Self::Rsa2048Sha256
}
}