Documentation
¶
Overview ¶
Package crypto includes common cryptography helpers. They typically make using the stdlib more ergonomic.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateKey ¶
CreateKey creates a key of a given size by reading that much data off the crypto/rand reader.
func MustCreateKey ¶
MustCreateKey creates a key, if an error is returned, it panics.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.