From e200b749d47a954508434f1c457597755ecaeb3e Mon Sep 17 00:00:00 2001 From: Nick Angelou Date: Thu, 17 Mar 2022 12:53:03 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c035cffa..3e104147 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ node-seal is a homomorphic encryption library for TypeScript or JavaScript. - **Zero dependencies:** Very lean, only contains a low level API which is very close to the C++ calls from Microsoft SEAL. - **Node.js, Browser:** Install once, work in any server/client configuration. -**Now supporting Microsoft SEAL 3.7.2** +**Now supporting Microsoft SEAL 3.7.3** ## Installation