Skip to content

Commit

Permalink
feat: Enable cryptocard for edDSA didkey type #2534
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Mar 26, 2024
1 parent 3fa7de8 commit 2c6a3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/shared/enum/type/profile/did_key_type.dart
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ extension DidKeyTypeX on DidKeyType {
case DidKeyType.p256:
case DidKeyType.jwkP256:
case DidKeyType.jwtClientAttestation:
return true;
case DidKeyType.edDSA:
return true;
case DidKeyType.ebsiv3:
return false;
}
Expand Down

0 comments on commit 2c6a3b3

Please sign in to comment.