Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make the Clone bytes types Copy as well | pennae | 2022-07-17 | 1 | -13/+5 |
| | | | | u8 arrays are copy, no need to not have our wrappers be copy. | ||||
* | 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 | -9/+8 |
| | |||||
* | use HawkKey everywhere hawk keys are handled | pennae | 2022-07-17 | 1 | -15/+11 |
| | | | | the db already does this, crypto did not. | ||||
* | add dedicated types for all the tokens | pennae | 2022-07-17 | 1 | -22/+19 |
| | | | | using SecretBytes for all of them isn't that great. | ||||
* | don't use SecretBytes in HawkKey/SecretKey | pennae | 2022-07-17 | 1 | -11/+13 |
| | |||||
* | initial import | pennae | 2022-07-13 | 1 | -0/+413 |