summaryrefslogtreecommitdiffstats
path: root/internal
AgeCommit message (Expand)AuthorFilesLines
2025-10-04Allow http multipart uploadRose Hogenson1-21/+52
2025-10-01Linked list is cool, but have you heard of arrayRose Hogenson1-3/+3
2025-10-01Fix the n^2 using a linked listRose Hogenson1-0/+1
2025-09-30Allow appending to notesRose Hogenson4-24/+40
2025-09-30Fix a small issue with updating the block indexRose Hogenson1-2/+6
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 Hogenson3-0/+199
2025-09-26Turn up all the parametersRose Hogenson1-25/+29
2025-09-25Fix testRose Hogenson1-4/+4
2025-09-25Make CheckPassword a methodRose Hogenson1-4/+4
2025-09-25Move complex crypto logic into a helper packageRose Hogenson3-33/+252
2025-09-25Use AES-CTR-HMAC-SHA256 instead of AES-GCMRose Hogenson1-8/+17
2025-09-24Tweak defaultIterations for tanjiroRose Hogenson1-1/+1
2025-09-24Use PBKDF2-HMAC-SHA512 for key derivationRose Hogenson1-19/+7
2025-09-23Use HKDF to expand key into both auth and encryptRose Hogenson1-6/+18
2025-09-23Combine password hash and salt secretsRose Hogenson1-0/+2
2025-09-23Encrypt notepad at restRose Hogenson1-3/+3
2025-09-23Use pbkdf2 for password hashing instead of sha512Rose Hogenson1-0/+22