|
|
|
@ -15,7 +15,7 @@ extension Storage {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public func getUserPublicKey() -> String? {
|
|
|
|
|
return OWSIdentityManager.shared().identityKeyPair()?.publicKey.toHexString()
|
|
|
|
|
return OWSIdentityManager.shared().identityKeyPair()?.hexEncodedPublicKey
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public func getUserKeyPair() -> ECKeyPair? {
|
|
|
|
|