Cipher Block
module block
blockclass CipherBlock
CipherBlockclass CipherBlock()CipherBlock class for handling ciphertexts.
Ciphertexts can be either an encrypted vector or an encrypted similarity scores.
serialize()
serialize()def serialize() -> bytesSerializes the CipherBlock to bytes.
RETURNS
bytes: Serialized bytes of the CipherBlock.
Last updated

