feat: signature storage and retreival #44

Closed
opened 2025-10-21 03:42:56 +00:00 by treadful · 0 comments
Owner

Need a way to store signatures on the server and for clients to fetch (and verify) them.

I'm thinking this is best implemented with a custom file format, which is basically just the bytes of the file prefixed with the 65-byte signature. Then anything processing it should be able to easily separate the signature from the file contents.

The entire blob could be retrieved by with a custom mime type in the Accept header (e.g. application/jot-octet-stream).

Need a way to store signatures on the server and for clients to fetch (and verify) them. I'm thinking this is best implemented with a custom file format, which is basically just the bytes of the file prefixed with the 65-byte signature. Then anything processing it should be able to easily separate the signature from the file contents. The entire blob could be retrieved by with a custom mime type in the `Accept` header (e.g. `application/jot-octet-stream`). - Blocker #13 - Rel #19
treadful added this to the 0.1 milestone 2025-10-21 03:42:56 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
treadful/jot#44
No description provided.