# Functions
KeySwitch the second step in the distributed deterministic tagging process (the cycle round) on a ciphertext.
KeySwitchListProofCreation creates a list of key switch proofs (multiple ciphertexts).
KeySwitchListProofVerification verifies a list of key switch proofs, if one is wrong, returns false.
KeySwitchProofCreation creates a key switch proof for one ciphertext.
KeySwitchProofVerification verifies a key switch proof for one ciphertext.
KeySwitchSequence implements the key switching operation on a ciphervector.
# Structs
PublishedKSListProof is a list of PublishedKSProof.
PublishedKSListProofBytes is the 'bytes' equivalent of PublishedKSListProof.
PublishedKSProof contains all infos about proofs for key switching.
PublishedKSProofBytes is the 'bytes' equivalent of PublishedKSProof.