Documentation ¶
Overview ¶
Package cryptoutil provides utility functions for cryptographic operations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SignSymmetric ¶ added in v0.0.12
SignSymmetric signs a message using a symmetric key. It is a convenience wrapper around the nacl/auth package.
func VerifyAndReadAssymetric ¶ added in v0.0.20
VerifyAndReadAssymetric verifies a signed message using a public key and returns the original message. It is a convenience wrapper around the nacl/sign package.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.