From 65b0b02a4f8be3aad4ab73e730e5eee4cd590153 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 26 Apr 2017 11:53:23 +0200 Subject: ... --- file.go | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'file.go') diff --git a/file.go b/file.go index 5583263..93dbd6d 100644 --- a/file.go +++ b/file.go @@ -12,6 +12,22 @@ import ( "strings" ) +type EncFile struct { + Comment string + Key *EncKey +} + +type PubFile struct { + Comment string + Key *PubKey +} + +type SigFile struct { + Comment string + Sig *Sig + Message string +} + type File struct { Comment string RawKey []byte -- cgit v1.2.3