package
1.73.0
Repository: https://github.com/arm-software/golang-utils.git
Documentation: pkg.go.dev

# Functions

DecryptWithKeyPair decrypts small base64 encoded messages.
EncryptWithPublicKey encrypts small messages using a 32-byte public key (See https://libsodium.gitbook.io/doc/public-key_cryptography/sealed_boxes).
GenerateKeyPair generates a asymmetric key pair suitable for use with encryption utilities.

# Constants

No description provided by the author

# Interfaces

IKeyPair defines an asymmetric key pair for cryptography.