File tree Expand file tree Collapse file tree 6 files changed +5
-52
lines changed
Expand file tree Collapse file tree 6 files changed +5
-52
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15+ // Package keys provides access to public and private keys for signing and verification of signatures.
1516package keys
1617
1718import (
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1414// See the License for the specific language governing permissions and
1515// limitations under the License.
1616
17+ // Package pkcs11 provides access to private keys using a PKCS#11 interface.
1718package pkcs11
1819
1920import (
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15+ // Package testonly contains code and data that should only be used by tests.
16+ // Production code MUST NOT depend on anything in this package. This will be
17+ // enforced by tools where possible.
1518package testonly
1619
1720import (
You can’t perform that action at this time.
0 commit comments