From 4aa020b48d8ce1a305d7e74e45f49b01c7059a41 Mon Sep 17 00:00:00 2001 From: huelse Date: Tue, 5 Apr 2022 17:50:09 +0800 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 100c225..5d61a28 100644 --- a/README.md +++ b/README.md @@ -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