Skip to contents

Deserialize evaluation keys from file

Usage

deserialize_eval_keys(
  filename,
  type = c("mult", "automorphism", "sum"),
  format = "binary"
)

Arguments

filename

Path to serialized file

type

"mult", "automorphism", or "sum"

format

"binary" (default) or "json"

Value

TRUE on success (invisibly)