<feed xmlns='http://www.w3.org/2005/Atom'>
<title>roseh.moe/internal/cryptoutil, branch main</title>
<subtitle>The website you're on right now</subtitle>
<id>https://code.roseh.moe/roseh.moe/atom/internal/cryptoutil?h=main</id>
<link rel='self' href='https://code.roseh.moe/roseh.moe/atom/internal/cryptoutil?h=main'/>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/roseh.moe/'/>
<updated>2025-10-06T01:00:06Z</updated>
<entry>
<title>Implement a "magic wormhole" file-sharing solution</title>
<updated>2025-10-06T01:00:06Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2025-10-06T01:00:06Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/roseh.moe/commit/?id=d89b325294201d95498ae9d08f102e12ac2f2876'/>
<id>urn:sha1:d89b325294201d95498ae9d08f102e12ac2f2876</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow downloading without gob</title>
<updated>2025-10-05T05:44:33Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2025-10-05T05:44:33Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/roseh.moe/commit/?id=624985afaaa8b94e4d9685bcdc935d467f9e7060'/>
<id>urn:sha1:624985afaaa8b94e4d9685bcdc935d467f9e7060</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correctly handle errors in the reader</title>
<updated>2025-10-05T04:40:41Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2025-10-05T04:40:41Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/roseh.moe/commit/?id=573601b19c8ae582adcd1a7c4b8c0ebfa4295aed'/>
<id>urn:sha1:573601b19c8ae582adcd1a7c4b8c0ebfa4295aed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add some extra methods to oae2</title>
<updated>2025-10-05T04:20:22Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2025-10-05T04:17:49Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/roseh.moe/commit/?id=6ff4e9c0622dee2663d70059594e58b3c96f135a'/>
<id>urn:sha1:6ff4e9c0622dee2663d70059594e58b3c96f135a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use a tiny read buffer</title>
<updated>2025-10-05T03:35:26Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2025-10-05T03:35:14Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/roseh.moe/commit/?id=9833d792339b7401e395bf0fa35f1f0486ec80f4'/>
<id>urn:sha1:9833d792339b7401e395bf0fa35f1f0486ec80f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix tests</title>
<updated>2025-10-04T23:42:41Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2025-10-04T23:42:41Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/roseh.moe/commit/?id=81334d879828910697c5594a3dc1c39743634c5b'/>
<id>urn:sha1:81334d879828910697c5594a3dc1c39743634c5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow http multipart upload</title>
<updated>2025-10-04T23:38:40Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2025-10-04T23:38:40Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/roseh.moe/commit/?id=014b84ec226b8a98d1aa5cfa54a847e6eae6030f'/>
<id>urn:sha1:014b84ec226b8a98d1aa5cfa54a847e6eae6030f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linked list is cool, but have you heard of array</title>
<updated>2025-10-02T03:37:26Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2025-10-02T03:37:26Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/roseh.moe/commit/?id=8f3927cc91b8f9dcc2bd3e05c2ddd225a92c96dc'/>
<id>urn:sha1:8f3927cc91b8f9dcc2bd3e05c2ddd225a92c96dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow appending to notes</title>
<updated>2025-10-01T04:50:36Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2025-10-01T04:50:36Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/roseh.moe/commit/?id=c2ca26a918b7054199234e8459d84ee2fd260759'/>
<id>urn:sha1:c2ca26a918b7054199234e8459d84ee2fd260759</id>
<content type='text'>
Right now it's n^2 which is a big problem (to be fixed later)
</content>
</entry>
<entry>
<title>Fix a small issue with updating the block index</title>
<updated>2025-10-01T02:15:04Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2025-10-01T02:15:04Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/roseh.moe/commit/?id=ed285a247a3a967e02f428fa2b6e69d629e2bd14'/>
<id>urn:sha1:ed285a247a3a967e02f428fa2b6e69d629e2bd14</id>
<content type='text'>
For the reader, we should only update the block index once we've
successfully read a block.
</content>
</entry>
</feed>
