The current backup key generation function using argon2 library expects &str, as the data is passed from javascript. This diffs adds an additional variant that uses u8 slices as Rust code operates on bytes. Additionally I added std feature to argon2 in this diff so it's errors implement std::error::Error. This means we can use ? operator with Box<dyn Error> in later diffs.
Details
Details
- Reviewers
marcin kamil - Commits
- rCOMMe76d33b8a73b: [native] Compute backup key for u8 slice
Run the provided tests.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable