mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-06-03 16:35:48 +00:00
* 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