summaryrefslogtreecommitdiff
path: root/src/api/auth/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* make the Clone bytes types Copy as wellpennae2022-07-171-1/+1
| | | | u8 arrays are copy, no need to not have our wrappers be copy.
* use HawkKey everywhere hawk keys are handledpennae2022-07-171-19/+6
| | | | the db already does this, crypto did not.
* don't use SecretBytes in HawkKey/SecretKeypennae2022-07-171-1/+1
|
* initial importpennae2022-07-131-0/+238