1
0
Fork 0
mirror of https://gitlab.redox-os.org/CoffeeCode/redox-ssh.git synced 2025-12-28 15:02:18 +01:00
Commit graph

13 commits

Author SHA1 Message Date
c9d47981fb
Resolve Clippy lints and run cargo fmt 2024-10-09 13:37:05 +02:00
8553d7011c
Fix (keyfile): Remove duplicated bytes, *changes* format, fix tests 2024-10-09 11:53:18 +02:00
ed324eb439
WIP: Replace outdated rust-crypto 2024-09-26 23:18:45 +02:00
c68ba22265
Fix (clippy): Replace unit result error types with error types (result_unit_err)
e.g., `Result<Vec<u8>, ()>`

All remaining warnings are in regards to unused variables, methods, enum variants, fields, or unreachable patterns.
2024-09-26 16:10:41 +02:00
086b65038d
Fix (lints): Run clippy automatic fixes 2024-09-26 14:19:25 +02:00
86f0cc82c3
Update to Rust Edition 2021 and fix compilation errors 2024-09-26 13:43:01 +02:00
1103eb0eec
Fix warnings: trait objects without an explicit dyn are deprecated (not all of them)
Literally just inserts `dyn`  keywords.

This was deprecated but accepted in Rust 2015 but is a hard error in Rust 2021!
2024-09-26 13:37:16 +02:00
be02f2a25f
Update dependencies & fix compilation 2024-09-26 13:30:48 +02:00
Wildan M
16a8673948 Cleanup non-destructive warnings 2024-04-16 04:51:10 +07:00
Thomas Gatzweiler
4a0d5a42df Clean up some warnings 2017-07-19 07:07:03 +02:00
Thomas Gatzweiler
d71b352b54 Complete Curve25519 implementation 2017-07-18 13:37:54 +02:00
Thomas Gatzweiler
a9fb733bea Run cargo fmt 2017-07-16 09:13:25 +02:00
Thomas Gatzweiler
1806e5ac5e Add comments and better error handling 2017-07-15 14:35:41 +02:00