mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-24 07:00:47 -04:00
crypto work
This commit is contained in:
parent
e04fd7ee77
commit
8a5af51ec7
8 changed files with 53 additions and 36 deletions
|
@ -33,8 +33,8 @@ class ActiveAccountInfo {
|
|||
identitySecret.value,
|
||||
utf8.encode('VeilidChat Conversation'));
|
||||
|
||||
final messagesCrypto =
|
||||
await VeilidCryptoPrivate.fromSecret(identitySecret.kind, sharedSecret);
|
||||
final messagesCrypto = await VeilidCryptoPrivate.fromSharedSecret(
|
||||
identitySecret.kind, sharedSecret);
|
||||
return messagesCrypto;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue