feat: Add basic signature support to archive cmd based on Minisign

This commit is contained in:
Felix Pojtinger
2021-12-04 16:44:31 +01:00
parent 16d1a63c61
commit 43e23190bc
14 changed files with 162 additions and 62 deletions
+2
View File
@@ -21,6 +21,8 @@ const (
STFSRecordUncompressedSize = STFSPrefix + "UncompressedSize"
STFSRecordSignature = STFSPrefix + "Signature"
STFSEmbeddedHeader = STFSPrefix + "EmbeddedHeader"
)