mirror of
https://github.com/status-im/status-go.git
synced 2025-01-12 07:35:02 +00:00
dcaf8caed0
* Add x3dh key exchange * Encrypt using the double ratchet * Multi device with auto-pairing * Add pfs enabled flag
5 lines
83 B
SQL
5 lines
83 B
SQL
DROP TABLE sessions;
|
|
DROP TABLE bundles;
|
|
DROP TABLE keys;
|
|
DROP TABLE ratchet_info;
|