Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 2.8 KB

README.md

File metadata and controls

45 lines (33 loc) · 2.8 KB

Build Status Godoc Reference Go Report

The crypto package

Notice: The public API is not stable and backward compatibility is currently not guaranteed. This code should currently NOT used in productive environments!

Introduction

The crypto package implements some additional cryptographic functionality, currently not supported by the standard or additional golang packages.
This repository should not replace or somehow compete with the golang crypto packages. Rather, this package should supplement the official and additional golang cryptographic.

Currently implemented:

Aim

The aim of this project / repository is a powerful, flexible and easy to use cryptographic library, which can be easily integrated into Go applications.

Installation

Install in your GOPATH: go get -u github.com/enceve/crypto
Install Dependencies: go get -u golang.org/x/crypto

Contribute

First of all: Contributions are welcome!

If you have an idea or found a bug - please raise an issue. If you want to add functionality - as usual on github send a pull request.