summaryrefslogtreecommitdiffstats
path: root/internal/cryptoutil/oae2.go
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-30Make the oae2 implementation a bit easier to readRose Hogenson1-89/+89
2025-09-29Implement "online authenticated encryption"Rose Hogenson1-0/+265