summaryrefslogtreecommitdiffstats
path: root/internal/cryptoutil/cryptoutil.go
AgeCommit message (Collapse)AuthorFilesLines
2025-09-30Allow appending to notesRose Hogenson1-8/+18
Right now it's n^2 which is a big problem (to be fixed later)
2025-09-29Implement "online authenticated encryption"Rose Hogenson1-150/+1
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-25Make CheckPassword a methodRose Hogenson1-4/+4
This works better in godoc
2025-09-25Move complex crypto logic into a helper packageRose Hogenson1-0/+167