# Packages
Package authinfo provide authentication information returned by handshakers.
Package conn contains an implementation of a secure channel created by gRPC handshakers.
Package handshaker provides ALTS handshaking functionality for GCP.
No description provided by the author
Package testutil include useful test utilities for the handshaker.
# Constants
ClientSide identifies the client in this communication.
ServerSide identifies the server in this communication.
# Variables
PeerNotRespondingError is returned when a peer server is not responding after a channel has been established.
# Interfaces
Handshaker defines a ALTS handshaker interface.
# Type aliases
Side identifies the party's role: client or server.