commit | e1dfcc566284e143ba8f9afbb3fa563f2a0d212b | [log] [tgz] |
---|---|---|
author | Matthew Dempsky <mdempsky@google.com> | Mon May 06 13:23:43 2019 -0700 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Mon May 06 20:42:51 2019 +0000 |
tree | 74359a584c6c5f9168aee89fedcc0866b88acf64 | |
parent | a29dc8fdc73485234dbef99ebedb95d2eced08de [diff] |
openpgp: replace "currentTime" with "creationTime" as appropriate RFC 4880 uses the term "creation time" to refer to when keys and signatures are created, and this is partially followed already. This CL applies it to the rest of places that were using "currentTime" instead. Change-Id: I8a83604b53a240689327defd89e22ddbebe3b679 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/175446 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
This repository holds supplementary Go cryptography libraries.
The easiest way to install is to run go get -u golang.org/x/crypto/...
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/crypto
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the crypto repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/crypto:” in the subject line, so it is easy to find.
Note that contributions to the cryptography package receive additional scrutiny due to their sensitive nature. Patches may take longer than normal to receive feedback.