feat: signature storage and retreival #44
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
Acceptheader (e.g.application/jot-octet-stream).