SEAL
SEAL copied to clipboard
Added const qualifier to CKKSEncoder encode and decode functions
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
.