Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove dependency on chrono | pennae | 2022-07-25 | 1 | -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 well | pennae | 2022-07-17 | 1 | -1/+1 |
| | | | | u8 arrays are copy, no need to not have our wrappers be copy. | ||||
* | use SecretKey for key material in crypto | pennae | 2022-07-17 | 1 | -0/+8 |
| | |||||
* | don't use SecretBytes in HawkKey/SecretKey | pennae | 2022-07-17 | 1 | -11/+4 |
| | |||||
* | remove remnants of trying to quickcheck things | pennae | 2022-07-17 | 1 | -4/+0 |
| | | | | it never worked out, but a bit of support stuff remained. | ||||
* | initial import | pennae | 2022-07-13 | 1 | -0/+436 |