Open theref opened 1 year ago
We've looked at two options for doing this and we're stalled on both:
Using nucypher-ts via anvil.js As stated in the main description for this issue, we're blocked until the nucypher-ts build supports a browser implementation (as opposed to just node).
Using nucypher (python library) via pyodide Pyodide can only handle pure python wheels from pypi unless you build a wheel yourself. That's probably possible for nucypher, but it's a fair amount of work.
Currently CBD encryption is being done server side, but it should in the browser. This is blocked until https://github.com/nucypher/nucypher-ts SDK supports the full DKG implementation.