Skip to content

Commit

Permalink
Update to SEAL 4.1.1 (#140)
Browse files Browse the repository at this point in the history
* update

* update lock
  • Loading branch information
s0l0ist authored Jan 21, 2023
1 parent 70a263a commit c9178d8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
See [Microsoft's Change log](https://github.com/microsoft/SEAL/blob/master/CHANGES.md)
for more details on each SEAL version change.

## Version 5.1.1

Feat:

- Updated to SEAL 4.1.1

## Version 5.1.0

Feat:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ node-seal is a homomorphic encryption library for TypeScript or JavaScript.
close to the C++ calls from Microsoft SEAL.
- **Node.js, Browser:** Install once, work in any server/client configuration.

**Now supporting Microsoft SEAL 4.1.0**
**Now supporting Microsoft SEAL 4.1.1**

## Installation

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-seal",
"version": "5.1.0",
"version": "5.1.1",
"description": "Homomorphic Encryption for TypeScript or JavaScript using Microsoft SEAL",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion submodules/SEAL
Submodule SEAL updated from 1e6038 to 4ab155

0 comments on commit c9178d8

Please sign in to comment.