An open API service indexing awesome lists of open source software.

https://github.com/zcubbs/crypto

A collection of Crypto related Go Packages.
https://github.com/zcubbs/crypto

crypto pgp-encryption sops

Last synced: about 1 year ago
JSON representation

A collection of Crypto related Go Packages.

Awesome Lists containing this project

README

          

# Crypto

A collection of Crypto related Go Packages.

[![tag](https://img.shields.io/github/tag/zcubbs/crypto)](https://github.com/zcubbs/crypto/releases)
![Go Version](https://img.shields.io/badge/Go-%3E%3D%201.21-%23007d9c)
[![GoDoc](https://godoc.org/github.com/zcubbs/crypto?status.svg)](https://pkg.go.dev/github.com/zcubbs/crypto)
[![Lint](https://github.com/zcubbs/crypto/actions/workflows/lint.yaml/badge.svg)](https://github.com/zcubbs/crypto/actions/workflows/lint.yaml)
[![Scan](https://github.com/zcubbs/crypto/actions/workflows/scan.yaml/badge.svg?branch=main)](https://github.com/zcubbs/crypto/actions/workflows/scan.yaml)
![Build Status](https://github.com/zcubbs/crypto/actions/workflows/test.yaml/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/zcubbs/crypto)](https://goreportcard.com/report/github.com/zcubbs/crypto)
[![Contributors](https://img.shields.io/github/contributors/zcubbs/crypto)](https://github.com/zcubbs/crypto/graphs/contributors)
[![License](https://img.shields.io/github/license/zcubbs/crypto.svg)](./LICENSE)

## Usage

```bash
go get github.com/zcubbs/crypto
```