Skip to content

Commit

Permalink
fix: Remove DefaultHash from the at_hashing_algo_factory.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
sitaram-kalluri committed Nov 8, 2024
1 parent 6877c41 commit 6f3f785
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ class AtHashingAlgorithmFactory {
/// Throws an [AtException] if an unsupported hashing algorithm is passed.
static AtHashingAlgorithm getHashingAlgorithm(HashingAlgoType algoType) {
switch (algoType) {
case HashingAlgoType.md5:
return DefaultHash();
case HashingAlgoType.argon2id:
return Argon2idHashingAlgo();
default:
Expand Down

0 comments on commit 6f3f785

Please sign in to comment.