# Packages

Package token is used by package ssgrpc for generating and validating HMAC-SHA256 tokens sent as "per RPC credentials".
Package transport is a generated protocol buffer package.

# Functions

NewBackend returns a GRPCMHB that will use TLS and HMAC-SHA256 signed JWTs to connect and authenticateto the peers in peerList.
NewInsecureBackend returns a GRPCMHB that will use no encryption or authentication to connect to thepeers in peerList It is highly discouraged to use this for production systems, as all data will be sent in cleartext and no authentication will be done on peer connections.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

GRPCMHB..