fix typo / improve documentatation
This commit is contained in:
parent
701dc26ab5
commit
5cdec38a18
16 changed files with 77 additions and 187 deletions
|
|
@ -11,9 +11,8 @@ func TrimNewlines(input string) string {
|
|||
return re.ReplaceAllString(input, "")
|
||||
}
|
||||
|
||||
// CreationTimeOffset stores amount of seconds that a signature may be created
|
||||
// after the verify time Consistent with the 2 day slack allowed in the
|
||||
// ProtonMail Email Parser
|
||||
// CreationTimeOffset stores the amount of seconds that a signature may be
|
||||
// created in the future, to compensate for clock skew
|
||||
const CreationTimeOffset = int64(60 * 60 * 24 * 2)
|
||||
|
||||
// ArmorHeaders from golang pm-crypto
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue