0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 03:52:17 +02:00
libsignal/rust/zkcredential
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
..
src Hold Cow<'static, str> in poksho structs 2023-10-03 16:18:04 -04:00
Cargo.toml Use hex! for binary strings in zkgroup and zkcredential 2023-09-13 14:45:21 -04:00