Skip to content

Commit c3c31e1

Browse files
LouisCADtevincent
authored andcommitted
chore: Add TODO comment into SignUtils.apple.kt
1 parent 8877e6c commit c3c31e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

multiplatform-lib/src/appleMain/kotlin/utils/SignUtils.apple.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ actual object SignUtils {
6161

6262
CFRelease(privateKeyRef)
6363

64+
//TODO[Authenticator]: Check the code below works properly, with SignUtilsTest.
65+
6466
when (signatureResult) {
6567
is Xor.First -> convertX962ToDer(signatureResult.value.toByteArray())
6668
is Xor.Second -> throw IllegalStateException("Signing failed: ${signatureResult.value.localizedDescription}")

0 commit comments

Comments
 (0)