SEAL icon indicating copy to clipboard operation
SEAL copied to clipboard

Added const qualifier to CKKSEncoder encode and decode functions

Open harichards opened this issue 2 years ago • 1 comments

Added const qualifier to the following functions:

  • CKKSEncoder::encode
  • CKKSEncoder::encode_internal
  • CKKSEncoder::decode
  • CKKSEncoder::decode_internal

These functions do not actually modify the CKKSEncoder object. Therefore, they should be declared as const.

harichards avatar Aug 17 '22 17:08 harichards

CLA assistant check
All CLA requirements met.

ghost avatar Aug 17 '22 17:08 ghost