Documentation ¶
Overview ¶
Package ee implements an elliptic-curve end-to-end encryption packer.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateKeys ¶
func CreateKeys(curveName string, entropy []byte) (public upspin.PublicKey, private string, err error)
CreateKeys creates a key pair based on the chosen curve and a slice of entropy.
func GenEntropy ¶
GenEntropy fills the slice with cryptographically-secure random bytes.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.