mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-16 14:44:21 +01:00
Added `from_hex_string` which gets us `EncryptionKey` from a hex string. Now we can use securely generated keys, like from openssl $ openssl rand -hex 32
Integration and regression test suite.
# run all tests
cargo test
# run individual test
cargo test test_sequential_write -- --nocapture