package
0.0.0-20241008081943-f0aa59e8c092
Repository: https://github.com/openslides/vote-decrypt.git
Documentation: pkg.go.dev

# Functions

Encrypt creates a cyphertext from plaintext using the given public key.
New initializes a Crypto object with a main key and a random source.
Verify checks that the the signature was created with pubKey for the message.

# Structs

Crypto implements all cryptographic functions needed for the decrypt service.