0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 12:02:18 +02:00
Commit Graph

14 Commits

Author SHA1 Message Date
Jack Lloyd
c577c3528c Add AES256-GCM-SIV (RFC 8452) 2020-10-28 17:01:20 -04:00
Jack Lloyd
3d24f94cef Update paths and workspace config 2020-10-16 18:26:26 -04:00
Jordan Rose
0c996fe221 Add ffi to workspace and refer to libsignal-protocol-rust via path 2020-10-16 10:45:49 -07:00
Jack Lloyd
a0a4ffb40f Move libsignal-protocol-rust to rust/protocol 2020-10-15 15:41:20 -04:00
Jack Lloyd
9b2fa1618d Add GPL license notification to all source files
Use rustfmt to enforce format
2020-08-28 12:44:23 -04:00
Jack Lloyd
69b648b48b Update all dependencies to latest versions 2020-08-28 12:44:08 -04:00
Jack Lloyd
920f1a6d07 Add features to enable the dalek backends 2020-08-03 21:08:17 -04:00
Jack Lloyd
993f845301 Add a simple benchmark
Shuffle some of the test support code into support/mod.rs so it can
be used in benchmarks also
2020-08-03 21:08:17 -04:00
Jack Lloyd
175689382e Add LICENSE and README files 2020-07-30 13:49:20 -04:00
Jack Lloyd
ffe8ffc051 Add SessionCipher 2020-07-22 12:11:03 -04:00
Jack Lloyd
90a5339e88
Fingerprint logic (#1) 2020-07-06 18:08:02 -04:00
Ehren Kret
4a4ecef359 Add kdf module 2020-05-01 13:46:19 -07:00
Ehren Kret
376227f85b Complete curve library implementation 2020-04-28 23:21:14 -07:00
Ehren Kret
3bd6d58de2 Create initial commit of signal protocol rust
This supports XEd25519 and has some protobuf compilation going on but
not much else yet at this point.
2020-04-20 21:24:31 -07:00