Commit Graph

11 Commits (master)

Author SHA1 Message Date
Avril b6b3bb0fd5
Improved error messages for `set_encrypted_read()` and `exchange()`.
3 years ago
Avril 3991d82f93
Added better error messages and context to `ESockSessionKey::to_ciphertext()`
3 years ago
Avril 3a5331b5f1
Added `bin` module for byte slice concat.
3 years ago
Avril d349c018c2
Using AsyncSource instead of dump Duplex hack.
3 years ago
Avril 7f8acbba7f
Bumped version of `chacha20stream` to 2.0: Added support for `Read` and `AsyncRead` en/decryption.
3 years ago
Avril 52d19c730b
Start reworking SerializedMessage -> binary pipeline.
3 years ago
Avril ab97278dbd
Added `subtrait!` macro for creating a blanket-impl trait that ``inherits" from one or more different traits in a few different ways (normal -> `Sized` types only, `dyn`: Sized and unsized types , `virtual`: Sized and unsized types, downcastable.)
3 years ago
Avril d3c43b323b
Added task cancelling module
3 years ago
Avril 101ce28602
Encrypt + Sign tests work.
3 years ago
Avril 226901861a
Start adding stack-allocation helper functions. (ext.rs)
3 years ago
Avril 9142244bca
Started `Message` protocol.
3 years ago