Misc. fixes

main
~erin 2023-04-18 08:31:53 -04:00
parent b0ca201c23
commit 7aba9aeef5
Signed by: erin
GPG Key ID: 9A8E308CEFA37A47
2 changed files with 4 additions and 1 deletions

View File

@ -22,4 +22,4 @@ Support for multiple targets will be done via `Cargo.toml` targets, cross-compil
## Error Handling
All errors must be handled gracefully by the `kernel`. If possible, they should simply log an error.
If not, they can display it to the user, preferrably in a simple format, maybe using something like [const_panic](https://lib.rs/crates/const_panic) or [snafu](https://lib.rs/crates/snafuhttps://lib.rs/crates/snafu).
If not, they can display it to the user, preferably in a simple format, maybe using something like [const_panic](https://lib.rs/crates/const_panic) or [snafu](https://lib.rs/crates/snafuhttps://lib.rs/crates/snafu).

View File

@ -8,4 +8,7 @@
- [HighwayHash](https://lib.rs/crates/highway) is used for checksums
- [Argon2id](https://lib.rs/crates/argon2) is used for key-derivation
## Isolation
*To-Do*
[^hmac]: https://cryptobook.nakov.com/mac-and-key-derivation