Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Huelse committed Apr 5, 2022
1 parent fc48ea5 commit 4aa020b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ This is a python binding for the Microsoft SEAL library.
load_cipher.load(context, 'cipher') # work if the context is valid.
```
Supported classes: `Encryptionparams, Ciphertext, Plaintext, SecretKey, Publickey, Relinkeys, Galoiskeys`
Supported classes: `EncryptionParameters, Ciphertext, Plaintext, SecretKey, PublicKey, RelinKeys, GaloisKeys`
* ### Other
Expand Down

0 comments on commit 4aa020b

Please sign in to comment.