Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make the Clone bytes types Copy as well | pennae | 2022-07-17 | 1 | -4/+4 |
* | remove Seal from crypto | pennae | 2022-07-17 | 1 | -10/+1 |
* | remove SecretBytes | pennae | 2022-07-17 | 1 | -77/+22 |
* | use SecretKey for key material in crypto | pennae | 2022-07-17 | 1 | -39/+38 |
* | use HawkKey everywhere hawk keys are handled | pennae | 2022-07-17 | 1 | -10/+14 |
* | add dedicated types for all the tokens | pennae | 2022-07-17 | 1 | -35/+104 |
* | make crypto fields private if they're not used outside crypto | pennae | 2022-07-17 | 1 | -7/+7 |
* | remove zeroize dependency | pennae | 2022-07-17 | 1 | -8/+1 |
* | fix clippy warnings | pennae | 2022-07-17 | 1 | -0/+1 |
* | add test vector for password changes and account reset | pennae | 2022-07-16 | 1 | -1/+48 |
* | initial import | pennae | 2022-07-13 | 1 | -0/+408 |