0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 20:03:07 +02:00
libsignal/rust
Jordan Rose 6bcd8d37de bridge: Add a return type to bridge_get_buffer (was _bytearray)
This lets us distinguish between getters that can provide a slice
&[u8] and those that provide a fresh Vec<u8>. The convenience of
converting a Box<[u8]> to a Vec<u8> remains.
2021-10-25 15:19:47 -07:00
..
bridge bridge: Add a return type to bridge_get_buffer (was _bytearray) 2021-10-25 15:19:47 -07:00
crypto Update hmac from 0.9 to 0.11 2021-10-14 16:02:56 -07:00
device-transfer Update toolchain to nightly-2021-06-08 2021-06-09 14:04:22 -07:00
hsm-enclave Switch from AESGCM to ChaChaPoly. 2021-09-22 15:07:57 -06:00
poksho Update hmac from 0.9 to 0.11 2021-10-14 16:02:56 -07:00
protocol Merge pull request #376 from cosmicexplorer/thiserror-attempt-2 2021-10-14 17:46:18 -07:00