Commit Graph

9 Commits (674c7a11715990ab89a49f48a4774ef484d07536)
 

Author SHA1 Message Date
Avril 674c7a1171
Sign & Encrypt tests working okay
4 years ago
Avril 101ce28602
Encrypt + Sign tests work.
4 years ago
Avril 226901861a
Start adding stack-allocation helper functions. (ext.rs)
4 years ago
Avril 4877a843bd
Added `DefaultMessageSender`, `DefaultMessageReceiver`, `DefaultMessageSenderReceiver` types, which function the same as `()` for the cases of the trait(s) that they implement.
4 years ago
Avril 36f3ed4586
Abstracted message serialisation test code.
4 years ago
Avril 1f2655a7f2
Basic message de/serialisation test passes. (Value -> Message -> SerializedMessage -> Bytes -> SerializedMessage -> Message -> Value). No encryption tests yet.
4 years ago
Avril 3e59440609 Message de/serial test written (currently failing due to serde_cbor being greedy when deserialising from reader)
4 years ago
Avril c41d5c2c28
Added `SerializedMessage::from_reader()` (reading untrusted messages)
4 years ago
Avril 9142244bca
Started `Message` protocol.
4 years ago