Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion native/src/seal/decryptor.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ namespace seal
becomes too noisy to decrypt correctly.

@param[in] encrypted The ciphertext
@throws std::invalid_argument if the scheme is not BFV
@throws std::invalid_argument if the scheme is not BFV/BGV
@throws std::invalid_argument if encrypted is not valid for the encryption
parameters
@throws std::invalid_argument if encrypted is in NTT form
Expand Down