Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
s0l0ist committed Dec 28, 2023
1 parent 417e5d4 commit 31a4451
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 11 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.3

Chore:

- Updated new links to Github pages and republish for npm to also have the updated links. No functional changes.

## Version 5.1.2

Chore:
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors:
given-names: "Nick"
orcid: "https://orcid.org/0000-0001-7423-158X"
title: "node-seal, a Homomorphic Encryption library for TypeScript or JavaScript using Microsoft SEAL"
version: 5.1.2
version: 5.1.3
doi: 10.5281/zenodo.1234
date-released: 2022-03-19
url: "https://github.com/s0l0ist/node-seal"
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [node-seal](https://morfix.io) · [![GitHub license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/s0l0ist/node-seal/blob/main/LICENSE) [![codecov](https://codecov.io/gh/s0l0ist/node-seal/branch/main/graph/badge.svg)](https://codecov.io/gh/s0l0ist/node-seal) [![npm version](https://badge.fury.io/js/node-seal.svg)](https://www.npmjs.com/package/node-seal) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmorfix-io%2Fnode-seal.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmorfix-io%2Fnode-seal?ref=badge_shield)
# [node-seal](https://github.com/s0l0ist/node-seal) · [![GitHub license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/s0l0ist/node-seal/blob/main/LICENSE) [![codecov](https://codecov.io/gh/s0l0ist/node-seal/branch/main/graph/badge.svg)](https://codecov.io/gh/s0l0ist/node-seal) [![npm version](https://badge.fury.io/js/node-seal.svg)](https://www.npmjs.com/package/node-seal) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmorfix-io%2Fnode-seal.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmorfix-io%2Fnode-seal?ref=badge_shield)

node-seal is a homomorphic encryption library for TypeScript or JavaScript.

Expand Down Expand Up @@ -66,7 +66,7 @@ WebView.

## Demo

Go to [morfix.io](https://morfix.io)
Go to [morfix.io](https://s0l0ist.github.io/seal-sandbox/)

This sandbox was built for users to experiment and learn how to use Microsoft
SEAL featuring node-seal.
Expand All @@ -90,7 +90,7 @@ View the latest docs [here](https://s0l0ist.github.io/node-seal)

## Examples

Check out the [Sandbox](https://morfix.io) to run HE functions and even
Check out the [Sandbox](https://s0l0ist.github.io/seal-sandbox/) to run HE functions and even
generate working code!

If you'd rather read an example, take a look [here](FULL-EXAMPLE.md).
Expand Down
2 changes: 1 addition & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ const decryptor = seal.Decryptor(context, secretKey)
### Functions

We show homomorphic addition, but more functions are available and the code can
be generated from the [demo](https://morfix.io).
be generated from the [demo](https://s0l0ist.github.io/seal-sandbox/).

```javascript
////////////////////////
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.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "node-seal",
"version": "5.1.2",
"version": "5.1.3",
"description": "Homomorphic Encryption for TypeScript or JavaScript using Microsoft SEAL",
"repository": {
"type": "git",
"url": "https://github.com/morfix-io/node-seal"
},
"homepage": "https://morfix.io",
"homepage": "https://s0l0ist.github.io/seal-sandbox/",
"author": {
"name": "Nick Angelou",
"email": "[email protected]",
"url": "https://morfix.io"
"email": "[email protected]",
"url": "https://s0l0ist.github.io/seal-sandbox/"
},
"keywords": [
"homomorphic",
Expand Down

0 comments on commit 31a4451

Please sign in to comment.