We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf89fd commit a5e0d97Copy full SHA for a5e0d97
1 file changed
play-services-fido/core/src/main/kotlin/org/microg/gms/fido/core/protocol/Cbor.kt
@@ -78,6 +78,7 @@ fun getAlgorithm(algorithmInt: Int): Algorithm {
78
-37 -> RSAAlgorithm.PS256
79
-36 -> EC2Algorithm.ES512
80
-35 -> EC2Algorithm.ES384
81
+ -25 -> EC2Algorithm.ECDH_HKDF_256
82
-7 -> EC2Algorithm.ES256
83
84
else -> Algorithm { algorithmInt }
0 commit comments