summaryrefslogtreecommitdiff
path: root/src/types.rs
Commit message (Collapse)AuthorAgeFilesLines
* remove dependency on chronopennae2022-07-251-8/+8
| | | | | | prompted by a cargo audit run. time works just as well and is better maintained. web-push still uses chrono, but from the looks of things it won't be affected.
* 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 SecretKey for key material in cryptopennae2022-07-171-0/+8
|
* don't use SecretBytes in HawkKey/SecretKeypennae2022-07-171-11/+4
|
* remove remnants of trying to quickcheck thingspennae2022-07-171-4/+0
| | | | it never worked out, but a bit of support stuff remained.
* initial importpennae2022-07-131-0/+436