mirror of
https://github.com/cloudflare/redoctober.git
synced 2026-06-08 07:52:59 +00:00
The package encrypts data using ECDHE with AES-128-CBC-HMAC-SHA1; this matches the other components. The curve used is P256 to match the use of AES-128. The Go ECDSA package is used; no signatures are done, but it presents usable PublicKey and PrivateKey types that are useful for this system.