Clone this repo:
  1. 75b2880 ssh: Make error message deterministic by Julian Kornberger · 3 years, 10 months ago main master upstream/release-branch.go1.15
  2. 70a84ac internal/wycheproof: add tests for hmac generation by Roland Shoemaker · 4 years ago
  3. 279210d ssh: don't err out on channel request msgs to unknown channels by Erick Tryzelaar · 3 years, 11 months ago
  4. 06a226f Use boolean tag (0x01) for boolean type. by Pasi Tähkäpää · 4 years ago
  5. 4b2356b poly1305: modify s390x assembly to implement MAC interface by Michael Munday · 4 years ago

Go Cryptography

This repository holds supplementary Go cryptography libraries.

Download/Install

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

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.

The main issue tracker for the crypto repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/crypto:” in the subject line, so it is easy to find.

Note that contributions to the cryptography package receive additional scrutiny due to their sensitive nature. Patches may take longer than normal to receive feedback.