gitea/vendor/golang.org/x/crypto/openpgp/packet
Antoine GIRARD ca1c3f1926 Implement GPG api (#710)
* Implement GPG API

* Better handle error

* Apply review recommendation + simplify database operations

* Remove useless comments
2017-03-16 09:27:35 +08:00
..
compressed.go Implement GPG api (#710) 2017-03-16 09:27:35 +08:00
config.go Implement GPG api (#710) 2017-03-16 09:27:35 +08:00
encrypted_key.go Implement GPG api (#710) 2017-03-16 09:27:35 +08:00
literal.go Implement GPG api (#710) 2017-03-16 09:27:35 +08:00
ocfb.go Implement GPG api (#710) 2017-03-16 09:27:35 +08:00
one_pass_signature.go Implement GPG api (#710) 2017-03-16 09:27:35 +08:00
opaque.go Implement GPG api (#710) 2017-03-16 09:27:35 +08:00
packet.go Implement GPG api (#710) 2017-03-16 09:27:35 +08:00
private_key.go Implement GPG api (#710) 2017-03-16 09:27:35 +08:00
public_key.go Implement GPG api (#710) 2017-03-16 09:27:35 +08:00
public_key_v3.go Implement GPG api (#710) 2017-03-16 09:27:35 +08:00
reader.go Implement GPG api (#710) 2017-03-16 09:27:35 +08:00
signature.go Implement GPG api (#710) 2017-03-16 09:27:35 +08:00
signature_v3.go Implement GPG api (#710) 2017-03-16 09:27:35 +08:00
symmetric_key_encrypted.go Implement GPG api (#710) 2017-03-16 09:27:35 +08:00
symmetrically_encrypted.go Implement GPG api (#710) 2017-03-16 09:27:35 +08:00
userattribute.go Implement GPG api (#710) 2017-03-16 09:27:35 +08:00
userid.go Implement GPG api (#710) 2017-03-16 09:27:35 +08:00