Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove SecretBytes | pennae | 2022-07-17 | 1 | -3/+3 |
| | | | | | there's no benefit to keeping it around, the zeroing behavior it had was never any good and without it it's just a fancy [u8; N] | ||||
* | use SecretKey for key material in crypto | pennae | 2022-07-17 | 1 | -5/+4 |
| | |||||
* | use HawkKey everywhere hawk keys are handled | pennae | 2022-07-17 | 1 | -28/+7 |
| | | | | the db already does this, crypto did not. | ||||
* | add dedicated types for all the tokens | pennae | 2022-07-17 | 1 | -18/+21 |
| | | | | using SecretBytes for all of them isn't that great. | ||||
* | don't use SecretBytes in HawkKey/SecretKey | pennae | 2022-07-17 | 1 | -8/+11 |
| | |||||
* | initial import | pennae | 2022-07-13 | 1 | -0/+260 |