summaryrefslogtreecommitdiffstats
path: root/internal/cryptoutil
AgeCommit message (Collapse)AuthorFilesLines
2025-09-30Fix a small issue with updating the block indexRose Hogenson1-2/+6
For the reader, we should only update the block index once we've successfully read a block.
2025-09-30Use some standard data structures for readabilityRose Hogenson1-58/+42
2025-09-30Add a benchmarkRose Hogenson1-16/+79
2025-09-30Make the oae2 implementation a bit easier to readRose Hogenson1-89/+89
2025-09-29Implement "online authenticated encryption"Rose Hogenson3-162/+287
2025-09-28Add a gob APIRose Hogenson1-0/+107
2025-09-26Turn up all the parametersRose Hogenson1-25/+29
Hopefully this makes it secure 😳
2025-09-25Fix testRose Hogenson1-4/+4
2025-09-25Make CheckPassword a methodRose Hogenson1-4/+4
This works better in godoc
2025-09-25Move complex crypto logic into a helper packageRose Hogenson2-0/+252