1/*
2Package libtrust provides an interface for managing authentication and
3authorization using public key cryptography. Authentication is handled
4using the identity attached to the public key and verified through TLS
5x509 certificates, a key challenge, or signature. Authorization and
6access control is managed through a trust graph distributed between
7both remote trust servers and locally cached and managed data.
8*/
9package libtrust
10