Go supplementary cryptography libraries

Clone this repo:
  1. ddb4e80 ssh: remove custom contains, use slices.Contains by Nicola Murino · 5 days ago master
  2. f4d47b0 ssh: return clearer error when signature algorithm is used as key format by Nicola Murino · 6 weeks ago
  3. 96dc232 x509roots/fallback/bundle: add bundle package to export root certs by Michael Stapelberg · 2 months ago
  4. 8c9ba31 all: freeze and deprecate more packages by Filippo Valsorda · 12 days ago
  5. 559e062 ssh/agent: return an error for unexpected message types by Nicola Murino · 3 weeks ago

Go Cryptography

Go Reference

This repository holds supplementary Go cryptography packages.

Report Issues / Send Patches

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

The git repository is https://go.googlesource.com/crypto.

The main issue tracker for the crypto repository is located at https://go.dev/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.