Add public device keys to rageshakes
This commit is contained in:
parent
3f46544de4
commit
bd73f31f97
5 changed files with 142 additions and 0 deletions
|
|
@ -190,4 +190,12 @@ internal class RustEncryptionService(
|
|||
it.mapRecoveryException()
|
||||
}
|
||||
}
|
||||
|
||||
override suspend fun deviceCurve25519(): String? {
|
||||
return service.curve25519Key()
|
||||
}
|
||||
|
||||
override suspend fun deviceEd25519(): String? {
|
||||
return service.ed25519Key()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue