Skip to content

Commit ed01168

Browse files
Schmiddiiigferon
andauthored
Update libsignal-service-rs (#338)
Fixes #333. Also: - Deprecate presage-store-cipher - Implement mark_kyber_pre_key_used correctly Based on the documentation of the trait definition and its reference implementation: - https://github.com/signalapp/libsignal/blob/eb616f63ed053af83e577f36169f5cb5889bb904/rust/protocol/src/storage/traits.rs#L129 - https://github.com/signalapp/libsignal/blob/eb616f63ed053af83e577f36169f5cb5889bb904/rust/protocol/src/storage/inmem.rs#L247 - https://github.com/signalapp/libsignal/blob/eb616f63ed053af83e577f36169f5cb5889bb904/rust/protocol/src/storage/inmem.rs#L196 --------- Co-authored-by: Gabriel Féron <g@leirbag.net>
1 parent 309a539 commit ed01168

14 files changed

+1427
-970
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
# Test sqlite database
99
/test.db
10+
/db.sqlite
1011

1112
# VSCode debugger config
1213
.vscode/launch.json

.sqlx/query-a15adc3e59473100b5c489bd8fd3025be312e92613a10d725a5f375536aebcc7.json

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.sqlx/query-b5e3ab3987c867f700dac2cfd88fef819f52cf0f11f457f4231fd6fd6e9040e5.json

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.sqlx/query-d26365c8159efd539a040e1b0f937ccf2253f35729948e49d4fa276ba15a6d9e.json

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)