nbytes
MatrixMultiplicationKey.nbytes
- Shows the memory size of a matrix multiplication key.
from desilofhe import Engine
engine = Engine(slot_count=64)
secret_key = engine.create_secret_key()
matrix_multiplication_key = engine.create_matrix_multiplication_key(secret_key)
nbytes = matrix_multiplication_key.nbytes