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
- Host: GitHub
- URL: https://github.com/ameshkov/cfcrypto
- Owner: ameshkov
- Created: 2023-09-20T07:09:27.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-13T15:53:04.000Z (about 1 year ago)
- Last Synced: 2025-04-07T22:51:12.915Z (about 1 year ago)
- Language: Go
- Size: 250 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```