Go supplementary cryptography libraries

Clone this repo:
  1. b9e5359 pbkdf2: turn into a wrapper for crypto/pbkdf2 by Filippo Valsorda · 5 days ago master
  2. cc0e4fc hkdf: forward Extract to the standard library by Filippo Valsorda · 5 days ago
  3. a8e9237 x509roots/fallback: update bundle by Gopher Robot · 13 days ago
  4. 03ca0dc go.mod: update golang.org/x dependencies by Gopher Robot · 3 weeks ago v0.50.0
  5. 8400f4a ssh: respect signer's algorithm preference in pickSignatureAlgorithm by Nicola Murino · 10 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.