summaryrefslogtreecommitdiffstats
path: root/internal/cryptoutil/cryptoutil_test.go
AgeCommit message (Collapse)AuthorFilesLines
2025-10-05Implement a "magic wormhole" file-sharing solutionRose Hogenson1-159/+0
2025-10-04Fix testsRose Hogenson1-8/+8
2025-09-30Allow appending to notesRose Hogenson1-9/+11
Right now it's n^2 which is a big problem (to be fixed later)
2025-09-30Add a benchmarkRose Hogenson1-16/+79
2025-09-29Implement "online authenticated encryption"Rose Hogenson1-12/+21
2025-09-25Fix testRose Hogenson1-4/+4
2025-09-25Move complex crypto logic into a helper packageRose Hogenson1-0/+85