An open API service indexing awesome lists of open source software.

https://github.com/ameshkov/cfcrypto

Cloudflare fork of Go crypto
https://github.com/ameshkov/cfcrypto

Last synced: 11 months ago
JSON representation

Cloudflare fork of Go crypto

Awesome Lists containing this project

README

          

# Cloudflare Go Crypto Fork

`crypto/tls` part of Cloudflare's Go fork:
https://github.com/cloudflare/go/tree/cf/src/crypto

This fork is used by [gocurl](https://github.com/ameshkov/gocurl).

## How to sync with the upstream

```shell
./tools/sync.sh
```