Skip to content
Snippets Groups Projects
Commit 568d6edb authored by ale's avatar ale
Browse files

Add a top-level README

parent be955ddc
No related branches found
No related tags found
No related merge requests found
ai3/go-common
===
Common code for ai3 services and tools.
A quick overview of the contents:
* [client](clientutil/) and [server](serverutil/) HTTP-based
"RPC" implementation, just JSON POST requests but with retries,
backoff, timeouts, tracing, etc.
* [server implementation of a line-based protocol over a UNIX socket](unix/)
* a [LDAP connection pool](ldap/)
* a [password hashing library](pwhash/) that uses fancy advanced
crypto by default but is also backwards compatible with old
libc crypto.
* utilities to [manage encryption keys](userenckey/), themselves
encrypted with a password and a KDF.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment