If a vector exceeds the maximum length of batchsize, how should it be encrypted

If a vector exceeds the maximum length of batchsize, how should it be encrypted separately, and then after the encryption is completed, how should it be decrypted and restored to the original dimension。

I think you’d have to manually track multiple vectors or increase the ring size (and hence the batchsize)

1 Like