Skip to content
Open
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 seal_fhe/src/encryptor_decryptor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ impl core::fmt::Debug for SymmetricComponents {
* Encrypts Plaintext objects into Ciphertext objects.
*
* Constructing an Encryptor requires a SEALContext with valid encryption parameters, the public
* key and/or the secret key. If an Encrytor is given a secret key, it supports symmetric-key
* key and/or the secret key. If an Encryptor is given a secret key, it supports symmetric-key
* encryption. If an Encryptor is given a public key, it supports asymmetric-key encryption.
*
* Overloads
Expand Down