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

# Functions

New returns the initialized decrypt component.
WithListToContent takes a function that is used to create the content returned from the Stop() call.
WithMaxVotes sets the number of maximum votes, that are supported.
WithRandomSource sets the random source.

# Structs

Decrypt holds the internal state of the decrypt component.

# Interfaces

Crypto implements all required cryptographic functions.
Store saves the data, that have to be persistent.

# Type aliases

Option for decrypt.New().