crypto: golang.org/x/crypto/ssh/agent Index | Files | Directories

Packages imported by agent

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
crypto/dsaPackage dsa implements the Digital Signature Algorithm, as defined in FIPS 186-3.
crypto/ecdsaPackage ecdsa implements the Elliptic Curve Digital Signature Algorithm, as defined in FIPS 186-3.
crypto/ellipticPackage elliptic implements several standard elliptic curves over prime fields.
crypto/randPackage rand implements a cryptographically secure pseudorandom number generator.
crypto/rsaPackage rsa implements RSA encryption as specified in PKCS#1.
crypto/subtlePackage subtle implements functions that are often useful in cryptographic code but require careful thought to use correctly.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/​O with functions analogous to C's printf and scanf.
golang.org/x/crypto/sshPackage ssh implements an SSH client and server.
ioPackage io provides basic interfaces to I/​O primitives.
logPackage log implements a simple logging package.
math/bigPackage big implements arbitrary-precision arithmetic (big numbers).
netPackage net provides a portable interface for network I/​O, including TCP/​IP, UDP, domain name resolution, and Unix domain sockets.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.