* use protobuf for encryption-header * use fixed size file-header (42 bytes) before the encryption-header * add encryption/decryption contexts * teach MakePrivateKey() to fixup its internal public key bits
11 lines
242 B
Modula-2
11 lines
242 B
Modula-2
module github.com/opencoff/sigtool
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.3.1
|
|
github.com/opencoff/go-utils v0.3.0
|
|
github.com/opencoff/pflag v0.3.3
|
|
golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
|
|
gopkg.in/yaml.v2 v2.2.4
|
|
)
|