| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-01 | Linked list is cool, but have you heard of array | Rose Hogenson | 1 | -3/+3 | |
| 2025-09-30 | Allow appending to notes | Rose Hogenson | 2 | -17/+29 | |
| Right now it's n^2 which is a big problem (to be fixed later) | |||||
| 2025-09-30 | Fix a small issue with updating the block index | Rose Hogenson | 1 | -2/+6 | |
| For the reader, we should only update the block index once we've successfully read a block. | |||||
| 2025-09-30 | Use some standard data structures for readability | Rose Hogenson | 1 | -58/+42 | |
| 2025-09-30 | Add a benchmark | Rose Hogenson | 1 | -16/+79 | |
| 2025-09-30 | Make the oae2 implementation a bit easier to read | Rose Hogenson | 1 | -89/+89 | |
| 2025-09-29 | Implement "online authenticated encryption" | Rose Hogenson | 3 | -162/+287 | |
| 2025-09-28 | Add a gob API | Rose Hogenson | 1 | -0/+107 | |
| 2025-09-26 | Turn up all the parameters | Rose Hogenson | 1 | -25/+29 | |
| Hopefully this makes it secure 😳 | |||||
| 2025-09-25 | Fix test | Rose Hogenson | 1 | -4/+4 | |
| 2025-09-25 | Make CheckPassword a method | Rose Hogenson | 1 | -4/+4 | |
| This works better in godoc | |||||
| 2025-09-25 | Move complex crypto logic into a helper package | Rose Hogenson | 2 | -0/+252 | |
