# Library

WARNING

This documentation is in progress.

keys.pub provides Go packages to:

  • Encrypt, decrypt, sign and verify using Saltpack.
  • Create and verify sigchains/statements.
  • Perform a Noise handshake.
  • and more.

# Examples

  • Saltpack: Encrypt, Decrypt, Sign, Verify using Saltpack.
  • Noise: Complete a Noise protocol handshake using two X25519 keys and Encrypt/Decrypt using the Cipher.
  • User: Verify a User in a Sigchain

# Packages