Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: kms-go repo overview #6

Merged
merged 1 commit into from
Sep 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/trustbloc/kms-crypto-go)](https://goreportcard.com/report/github.com/trustbloc/kms-crypto-go)


# TrustBloc KMS Crypto Go Library
# TrustBloc KMS Go Library

The TrustBloc KMS Go repo contains APIs for Key Management Services (KMS) and Crypto functions.

The Key Management Service(KMS) module has the following implementations.
- LocalKMS: Go KMS implementation to use API consumer-specified storage provider
- WebKMS: Go client for remote KMS implementing [W3C-CCG WebKMS](https://w3c-ccg.github.io/webkms/) standard

The Crypto module has the following implementations.
- tinkcrypto: Wrapper on top of [Google Tink library](https://github.com/google/tink/)
- WebKMS: Go client to interact with the KMS server


## License
Expand Down
Loading