summaryrefslogtreecommitdiff
path: root/src/crypto.rs
Commit message (Expand)AuthorAgeFilesLines
* make the Clone bytes types Copy as wellpennae2022-07-171-4/+4
* remove Seal from cryptopennae2022-07-171-10/+1
* remove SecretBytespennae2022-07-171-77/+22
* use SecretKey for key material in cryptopennae2022-07-171-39/+38
* use HawkKey everywhere hawk keys are handledpennae2022-07-171-10/+14
* add dedicated types for all the tokenspennae2022-07-171-35/+104
* make crypto fields private if they're not used outside cryptopennae2022-07-171-7/+7
* remove zeroize dependencypennae2022-07-171-8/+1
* fix clippy warningspennae2022-07-171-0/+1
* add test vector for password changes and account resetpennae2022-07-161-1/+48
* initial importpennae2022-07-131-0/+408