Skip to content

Commit

Permalink
Merge pull request #92 from nucypher/piotr-roslaniec-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
piotr-roslaniec authored Apr 3, 2024
2 parents d22b0d5 + 3017443 commit d54ffbe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions nucypher-core-python/nucypher_core/umbral.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -260,3 +260,7 @@ class ReencryptionEvidence:

kfrag_validity_message_hash: bytes
kfrag_signature_v: bool


class VerificationError(Exception):
pass
6 changes: 5 additions & 1 deletion nucypher-core-wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ cargo test
make clean
make
cd examples/node && rm -rf node_modules/nucypher-core node_modules/umbral-pre && yarn install --check-files && yarn test
```
```

## Bundling and releasing

Bundling methods in the `Makefile` have been replaced by [`nucypher-core-wasm-bundler`](../nucypher-core-wasm-bundler/README.md). Use this new build process for updating the NPM package, `@nucypher/nucypher-core`.

0 comments on commit d54ffbe

Please sign in to comment.