...

Text file src/golang.org/x/crypto/README.md

Documentation: golang.org/x/crypto

     1# Go Cryptography
     2
     3[![Go Reference](https://pkg.go.dev/badge/golang.org/x/crypto.svg)](https://pkg.go.dev/golang.org/x/crypto)
     4
     5This repository holds supplementary Go cryptography packages.
     6
     7## Report Issues / Send Patches
     8
     9This repository uses Gerrit for code changes. To learn how to submit changes to
    10this repository, see https://go.dev/doc/contribute.
    11
    12The git repository is https://go.googlesource.com/crypto.
    13
    14The main issue tracker for the crypto repository is located at
    15https://go.dev/issues. Prefix your issue with "x/crypto:" in the
    16subject line, so it is easy to find.
    17
    18Note that contributions to the cryptography package receive additional scrutiny
    19due to their sensitive nature. Patches may take longer than normal to receive
    20feedback.

View as plain text