0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 12:02:18 +02:00
libsignal/rust
akonradi-signal 80ce525e69
Hold Cow<'static, str> in poksho structs
Replace the String values with Cow<'static, str> which lets us hold references
to static strings without copying them onto the heap. Since most added values
are static, this should save on heap usage and runtime cost.
2023-10-03 16:18:04 -04:00
..
attest Fix a warning when built for fuzzing 2023-09-20 14:10:54 -07:00
bridge bridge: Add a bridge_io macro that expects a runtime 2023-10-02 14:08:10 -07:00
crypto Use hex! macro in more tests, rather than hex::decode + expect 2023-09-01 17:33:02 -07:00
device-transfer Allow specifying private key serialization format 2023-02-10 10:23:41 -08:00
media Fix Rust documentation 2023-09-15 12:17:29 -04:00
net libsignal-net: network connection primitives 2023-09-22 13:10:40 -07:00
pin Update all the RustCrypto crates 2023-08-25 11:28:49 -07:00
poksho Hold Cow<'static, str> in poksho structs 2023-10-03 16:18:04 -04:00
protocol Update prost to version 0.12 2023-09-20 14:00:54 -07:00
usernames Hold Cow<'static, str> in poksho structs 2023-10-03 16:18:04 -04:00
zkcredential Hold Cow<'static, str> in poksho structs 2023-10-03 16:18:04 -04:00
zkgroup Fix Rust documentation 2023-09-15 12:17:29 -04:00