Rename PmCrypto to GopenPGP

This commit is contained in:
Daniel Huigens 2019-05-14 18:05:01 +02:00
parent 37cbb276fd
commit bb1be4a43b
19 changed files with 125 additions and 126 deletions

View file

@ -6,9 +6,9 @@ package crypto
import "time"
// PmCrypto structure is used to manage server time shift. It should be also used for any
// GopenPGP structure is used to manage server time shift. It should be also used for any
// other specific general cryptographic entities.
type PmCrypto struct {
type GopenPGP struct {
//latestServerTime unix time cache
latestServerTime int64
latestClientTime time.Time