mirror of
https://codeberg.org/Toasterson/ips.git
synced 2026-04-10 13:20:42 +00:00
test problems
Signed-off-by: Till Wegmueller <toasterson@gmail.com>
This commit is contained in:
parent
5154d3886e
commit
2b4d01df8a
1 changed files with 1 additions and 1 deletions
|
|
@ -19,11 +19,11 @@ static DEFAULT_ALGORITHM: DigestAlgorithm = DigestAlgorithm::SHA512;
|
|||
|
||||
#[derive(Debug, PartialEq, Clone, StrumDisplay, EnumString, Default)]
|
||||
pub enum DigestAlgorithm {
|
||||
#[default]
|
||||
#[strum(serialize = "sha1")]
|
||||
SHA1, //Default, sadly
|
||||
#[strum(serialize = "sha256t")]
|
||||
SHA256, //sha256t
|
||||
#[default]
|
||||
#[strum(serialize = "sha512t")]
|
||||
SHA512, //sha512t
|
||||
#[strum(serialize = "sha512t_256")]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue