0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-06-03 16:35:48 +00:00
Files
libsql/libsql-sys
Pekka Enberg c4438e0897 Make encryption cipher configurable and switch default to SQLCipher (#1038)
* libsql: Make encryption cipher configurable

Introduce a `EncryptionConfig` struct to configure both encrytion cipher
and key. Needed to support multiple ciphers.

Fixes #951

* libsql-ffi: Switch to SQLCipher as the default cipher

Fixes #893
2024-02-19 15:37:42 +00:00
..