Imports of package testonly

PathSynopsis
cryptoPackage crypto collects common cryptographic constants.
crypto/ecdsaPackage ecdsa implements the Elliptic Curve Digital Signature Algorithm, as defined in [FIPS 186-5].
crypto/randPackage rand implements a cryptographically secure random number generator.
crypto/rsaPackage rsa implements RSA encryption as specified in PKCS #1 and RFC 8017.
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
crypto/x509Package x509 implements a subset of the X.509 standard.
encoding/asn1Package asn1 implements parsing of DER-encoded ASN.1 data structures, as defined in ITU-T Rec X.690.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/google/trillian/crypto/keysPackage keys provides access to public and private keys for signing and verification of signatures.
github.com/google/trillian/crypto/keys/derPackage der contains functions for marshaling and unmarshaling keys in DER format.
github.com/google/trillian/crypto/keys/pemPackage pem contains functions for marshaling and unmarshaling keys in PEM format.
github.com/google/trillian/crypto/keyspb
math/bigPackage big implements arbitrary-precision arithmetic (big numbers).