mirror of
https://codeberg.org/Toasterson/ips.git
synced 2026-04-10 21:30:41 +00:00
No need for Unknown algorithm enum
This commit is contained in:
parent
27330b9a69
commit
c508f8a13e
1 changed files with 0 additions and 1 deletions
|
|
@ -14,7 +14,6 @@ pub enum DigestAlgorithm {
|
|||
SHA3256, // Sha3 version of sha256t
|
||||
SHA3512Half, // Sha3 version of sha512t_256
|
||||
SHA3512, // Sha3 version of sha512t
|
||||
Unknown,
|
||||
}
|
||||
|
||||
impl Default for DigestAlgorithm {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue