aboutsummaryrefslogtreecommitdiffstats
path: root/src/identity.rs
Commit message (Expand)AuthorAgeFilesLines
* normalize email address before using it in the password hashJesse Luehrs2024-04-201-0/+2
* Fix argon2 loginBernd Schoolmann2023-03-271-3/+1
* clippy, fmt, etcJesse Luehrs2023-03-251-13/+23
* Switch argon2 implementation to rustcryptoBernd Schoolmann2023-03-261-17/+13
* Switch kdf type to enumBernd Schoolmann2023-03-261-7/+4
* Implement argon2 kdfBernd Schoolmann2023-03-261-7/+41
* bump depsJesse Luehrs2023-03-091-2/+4
* stop using ringJesse Luehrs2021-04-171-17/+10
* switch to thiserrorJesse Luehrs2021-03-061-1/+1
* move to ring for things that it supportsJesse Luehrs2020-05-031-10/+19
* mlock sensitive memoryJesse Luehrs2020-04-081-18/+27
* clippyJesse Luehrs2020-04-061-3/+3
* basic implementation of the cryptographic stuffJesse Luehrs2020-04-051-0/+44