Skip to content

Commit

Permalink
another ios fix
Browse files Browse the repository at this point in the history
  • Loading branch information
curtis-h committed Jul 20, 2023
1 parent 9e898e5 commit c960f28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ actual class KMMEdKeyPair actual constructor(
) {

actual companion object : Ed25519KeyPairGeneration {
override fun generateEd25519KeyPair(): KMMEdKeyPair {
override fun generateKeyPair(): KMMEdKeyPair {
val privateKey = KMMEdPrivateKey()
return KMMEdKeyPair(privateKey, privateKey.publicKey())
}
Expand Down

0 comments on commit c960f28

Please sign in to comment.