Skip to content

Commit

Permalink
feat: Expose ECKeyManager
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaMihaila committed Nov 14, 2024
1 parent e1b56ab commit a503bce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import kotlin.io.encoding.ExperimentalEncodingApi

@ExperimentalEncodingApi
@Suppress("MemberVisibilityCanBePrivate", "unused")
internal class ECKeyManager : KeyStoreManager {
class ECKeyManager : KeyStoreManager {
private val ks: KeyStore = KeyStore.getInstance(KEYSTORE).apply {
load(null)
}
Expand Down

0 comments on commit a503bce

Please sign in to comment.