Godeps/_workspace/src/golang.org/x/crypto | |
Godeps/_workspace/src/golang.org/x/crypto/cast5 | Package cast5 implements CAST5, as defined in RFC 2144. |
Godeps/_workspace/src/golang.org/x/crypto/openpgp | Package openpgp implements high level operations on OpenPGP messages. |
Godeps/_workspace/src/golang.org/x/crypto/openpgp/armor | Package armor implements OpenPGP ASCII Armor, see RFC 4880. |
Godeps/_workspace/src/golang.org/x/crypto/openpgp/clearsign | Package clearsign generates and processes OpenPGP, clear-signed data. |
Godeps/_workspace/src/golang.org/x/crypto/openpgp/elgamal | Package elgamal implements ElGamal encryption, suitable for OpenPGP, as specified in "A Public-Key Cryptosystem and a Signature Scheme Based on Discrete Logarithms," IEEE Transactions on Information Theory, v. |
Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors | Package errors contains common error types for the OpenPGP packages. |
Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet | Package packet implements parsing and serialization of OpenPGP packets, as specified in RFC 4880. |
Godeps/_workspace/src/golang.org/x/crypto/openpgp/s2k | Package s2k implements the various OpenPGP string-to-key transforms as specified in RFC 4800 section 3.7.1. |
Godeps/_workspace/src/golang.org/x/net | |
Godeps/_workspace/src/golang.org/x/net/context | Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes. |
Godeps/_workspace/src/golang.org/x/net/html | Package html implements an HTML5-compliant tokenizer and parser. |
Godeps/_workspace/src/golang.org/x/net/html/atom | Package atom provides integer codes (also known as atoms) for a fixed set of frequently occurring HTML strings: tag names and attribute keys such as "p" and "id". |
Godeps/_workspace/src/golang.org/x/net/html/charset | Package charset provides common text encodings for HTML documents. |
Godeps/_workspace/src/golang.org/x/net/spdy | Package spdy implements the SPDY protocol (currently SPDY/3), described in http://www.chromium.org/spdy/spdy-protocol/spdy-protocol-draft3. |
Godeps/_workspace/src/golang.org/x/net/websocket | Package websocket implements a client and server for the WebSocket protocol as specified in RFC 6455. |
Godeps/_workspace/src/golang.org/x/oauth2 | Package oauth2 provides support for making OAuth2 authorized and authenticated HTTP requests. |
Godeps/_workspace/src/golang.org/x/oauth2/github | Package github provides constants for using OAuth2 to access Github. |
Godeps/_workspace/src/golang.org/x/oauth2/google | Package google provides support for making OAuth2 authorized and authenticated HTTP requests to Google APIs. |
Godeps/_workspace/src/golang.org/x/oauth2/internal | Package internal contains support packages for oauth2 package. |
Godeps/_workspace/src/golang.org/x/oauth2/jws | Package jws provides encoding and decoding utilities for signed JWS messages. |
Godeps/_workspace/src/golang.org/x/oauth2/jwt | Package jwt implements the OAuth 2.0 JSON Web Token flow, commonly known as "two-legged OAuth 2.0". |