larabr / go-crypto

[mirror] Go supplementary cryptography libraries

Home Page:https://godoc.org/golang.org/x/crypto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Cryptography

This repository holds supplementary Go cryptography libraries.

Download/Install

The easiest way to install is to run go get -u github.com/ProtonMail/go-crypto/.... You can also manually git clone the repository to $GOPATH/src/github.com/ProtonMail/go-crypto.

This module is backwards compatible with x/crypto, so you can simply replace all imports of golang.org/x/crypto with github.com/ProtonMail/go-crypto.

A partial list of changes is here: ProtonMail#21 (comment).

About

[mirror] Go supplementary cryptography libraries

https://godoc.org/golang.org/x/crypto

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 92.3%Language:Assembly 7.4%Language:C 0.3%