# Functions
NewAnoncryptPacker returns new anon packers.
NewProvingParams defines the ZK proving parameters for ZKP generation.
NewVerificationParams creates new verification params.
NewZKPPacker creates new zkp packer instance.
# Constants
MediaTypeEncryptedMessage is media type for ecnrypted message.
MediaTypePlainMessage is media type for plain message.
MediaTypeZKPMessage is media type for jwz.
# Structs
AnoncryptPacker is packer for anon encryption / decryption.
AnoncryptPackerParams is params for anoncrypt packer.
PlainMessagePacker is simple packer that doesn't use encryption / encoding.
PlainPackerParams is params for plain packer.
ProvingParams packer parameters for ZKP generation.
VerificationParams defined the verification function and the verification key for ZKP full verification.
ZKPPacker is packer that use JWZ.
ZKPPackerParams is params for zkp packer.
# Type aliases
DataPreparerHandlerFunc registers the handler function for inputs preparation.
KeyResolverHandlerFunc resolve private key by key id.
StateVerificationFunc must verify pubsignals for circuit id.
VerificationHandlerFunc registers the handler function for state verification.