Skip to content

digitalxero/go-crypto

 
 

Repository files navigation

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).

Releases

No releases published

Packages

No packages published

Languages

  • Go 92.3%
  • Assembly 7.4%
  • C 0.3%