0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-19 19:42:19 +02:00
Home to the Signal Protocol as well as other cryptographic primitives which make Signal possible.
Go to file
Jack Lloyd f76597faf6 Have ChainKey/RootKey::new take inputs by slice instead of array
Since much of the time we are actually using a Vec due to protobuf
and it is inconvenient to have to array_ref! everywhere
2020-07-09 14:52:10 -04:00
.github/workflows Create GH actions for CI 2020-07-06 17:57:49 -04:00
src Have ChainKey/RootKey::new take inputs by slice instead of array 2020-07-09 14:52:10 -04:00
.gitignore Create initial commit of signal protocol rust 2020-04-20 21:24:31 -07:00
build.rs Flatten out the module structure (#2) 2020-07-07 13:00:43 -04:00
Cargo.toml Fingerprint logic (#1) 2020-07-06 18:08:02 -04:00