# README
GoThemis
Go wrapper for Themis crypto library.
Themis is an open-source high-level cryptographic services library that provides secure data exchange, authentication, and storage protection. Themis provides ready-made building components, which simplifies the usage of core cryptographic security operations.
Getting started
GoThemis requires a native Themis library. Please refer to the Installation guide for the instructions.
See also:
- In-depth documentation on Cossack Labs Documentation Server
- Go API documentation on pkg.go.dev
- Changelog on GitHub
You can start experimenting with Examples or take a look at Tests to get a feeling of how Themis can be used.
Licensing
The code is distributed under Apache 2.0 license.