Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to use new decryption request keys from nucypher-core that use Curve 25519 #28

Merged
merged 4 commits into from
Jun 7, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python_version = "3"

[packages]
nucypher = {git = "https://github.com/nucypher/nucypher.git", ref = "development"}
nucypher-core = ">=0.8.0" # should be the same as nucypher
nucypher-core = ">=0.9.0" # should be the same as nucypher
derekpierre marked this conversation as resolved.
Show resolved Hide resolved
flask-cors = "*"

[dev-packages]
Expand Down
1,524 changes: 788 additions & 736 deletions Pipfile.lock

Large diffs are not rendered by default.

53 changes: 26 additions & 27 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ automat==22.10.0
backcall==0.2.0
backports.zoneinfo==0.2.1 ; python_version >= '3.6' and python_version < '3.9'
base58==1.0.3
bitarray==2.7.3
bitarray==2.7.4
bytestring-splitter==2.4.1
cached-property==1.5.2
certifi==2023.5.7 ; python_version >= '3.6'
Expand All @@ -25,31 +25,30 @@ commonmark==0.9.1
constant-sorrow==0.1.0a9 ; python_version >= '3'
constantly==15.1.0
coverage==6.5.0
cryptography==40.0.2 ; python_version >= '3.6'
cryptography==41.0.1 ; python_version >= '3.7'
cytoolz==0.12.1 ; python_version >= '3.6'
dataclassy==0.11.1 ; python_version >= '3.6'
dateparser==1.1.8 ; python_version >= '3.7'
decorator==5.1.1 ; python_version >= '3.5'
deprecated==1.2.13 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
deprecated==1.2.14 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
distlib==0.3.6
eip712==0.2.1 ; python_version >= '3.8' and python_version < '4'
eip712-structs==1.1.0
eth-abi==4.0.0 ; python_version >= '3.7' and python_version < '4'
eth-account==0.8.0 ; python_version >= '3.6' and python_version < '4'
eth-ape==0.6.9 ; python_version >= '3.8' and python_version < '4'
eth-ape==0.6.10 ; python_version >= '3.8' and python_version < '4'
eth-bloom==2.0.0 ; python_version >= '3.7' and python_version < '4'
eth-hash==0.5.1 ; python_version >= '3.7' and python_version < '4'
eth-keyfile==0.6.1
eth-keys==0.4.0
eth-rlp==0.3.0 ; python_version >= '3.7' and python_version < '4'
eth-tester==0.9.0b1 ; python_version < '4' and python_full_version >= '3.6.8'
eth-typing==3.3.0 ; python_version < '4' and python_full_version >= '3.7.2'
eth-tester==0.9.0b1 ; python_full_version >= '3.6.8' and python_version < '4'
eth-typing==3.3.0 ; python_full_version >= '3.7.2' and python_version < '4'
eth-utils==2.1.0 ; python_version >= '3.7' and python_version < '4'
ethpm-types==0.5.1 ; python_version >= '3.8' and python_version < '4'
ethpm-types==0.5.2 ; python_version >= '3.8' and python_version < '4'
evm-trace==0.1.0a20 ; python_version >= '3.8' and python_version < '4'
exceptiongroup==1.1.1 ; python_version >= '3.7'
executing==1.2.0
ferveo==0.1.13 ; python_version >= '3.7'
filelock==3.12.0 ; python_version >= '3.7'
flask==2.2.5 ; python_version >= '3.7'
frozenlist==1.3.3 ; python_version >= '3.7'
Expand All @@ -58,7 +57,7 @@ hendrix==4.0.0
hexbytes==0.3.0 ; python_version >= '3.7' and python_version < '4'
humanize==4.6.0 ; python_version >= '3.7'
hyperlink==21.0.0
hypothesis==6.75.3 ; python_version >= '3.7'
hypothesis==6.76.0 ; python_version >= '3.7'
identify==2.5.24 ; python_version >= '3.7'
idna==3.4 ; python_version >= '3.5'
ijson==3.2.0.post0
Expand All @@ -70,12 +69,12 @@ ipython==8.12.2 ; python_version >= '3.8'
itsdangerous==2.1.2 ; python_version >= '3.7'
jedi==0.18.2 ; python_version >= '3.6'
jinja2==3.0.3 ; python_version >= '3.6'
jsonschema==4.18.0a7 ; python_version >= '3.8'
jsonschema-specifications==2023.5.1 ; python_version >= '3.8'
jsonschema==4.18.0a9 ; python_version >= '3.8'
jsonschema-specifications==2023.5.2 ; python_version >= '3.8'
lazyasd==0.1.4
lru-dict==1.1.8
lru-dict==1.2.0
mako==1.2.4 ; python_version >= '3.7'
markupsafe==2.1.2 ; python_version >= '3.7'
markupsafe==2.1.3 ; python_version >= '3.7'
marshmallow==3.19.0 ; python_version >= '3.7'
matplotlib-inline==0.1.6 ; python_version >= '3.5'
maya==0.6.1
Expand All @@ -87,8 +86,8 @@ msgspec==0.15.1 ; python_version >= '3.8'
multidict==5.2.0 ; python_version >= '3.6'
mypy-extensions==0.4.4 ; python_version >= '2.7'
nodeenv==1.8.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
nucypher @ git+https://github.com/nucypher/nucypher.git@9305d4d76c22dee587cbc20d443c43b757e41485
nucypher-core==0.8.0
nucypher @ git+https://github.com/nucypher/nucypher.git@0bbd734c64a3c3ab8caca80dbc6be155db93a5e7
nucypher-core==0.9.0
numpy==1.24.3 ; python_version >= '3.8'
packaging==23.1 ; python_version >= '3.7'
pandas==1.5.3 ; python_version >= '3.8'
Expand All @@ -101,9 +100,9 @@ pkgutil-resolve-name==1.3.10 ; python_version >= '3.6'
platformdirs==3.5.1 ; python_version >= '3.7'
pluggy==1.0.0 ; python_version >= '3.6'
pre-commit==3.3.2
prometheus-client==0.16.0 ; python_version >= '3.6'
prometheus-client==0.17.0 ; python_version >= '3.6'
prompt-toolkit==3.0.38 ; python_full_version >= '3.7.0'
protobuf==4.23.1 ; python_version >= '3.7'
protobuf==4.23.2 ; python_version >= '3.7'
ptyprocess==0.7.0
pure-eval==0.2.2
py==1.11.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
Expand All @@ -126,46 +125,46 @@ pygithub==1.58.2 ; python_version >= '3.7'
pygments==2.15.1 ; python_version >= '3.7'
pyjwt[crypto]==2.7.0 ; python_version >= '3.7'
pynacl==1.5.0 ; python_version >= '3.6'
pyopenssl==23.1.1 ; python_version >= '3.6'
pyopenssl==23.2.0 ; python_version >= '3.6'
pysha3==1.0.2
pytest==6.2.5
pytest-cov==4.0.0
pytest-cov==4.1.0
pytest-mock==3.10.0
pytest-timeout==2.1.0 ; python_version >= '3.6'
pytest-twisted==1.14.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
python-baseconv==1.2.2
python-dateutil==2.8.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-dateutil==2.8.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
pytz==2023.3
pyyaml==6.0 ; python_version >= '3.6'
referencing==0.28.3 ; python_version >= '3.8'
regex==2023.5.5 ; python_version >= '3.6'
referencing==0.29.0 ; python_version >= '3.8'
regex==2023.6.3 ; python_version >= '3.6'
requests==2.31.0 ; python_version >= '3.7'
rich==12.6.0 ; python_full_version >= '3.6.3' and python_full_version < '4.0.0'
rlp==3.0.0
rpds-py==0.7.1 ; python_version >= '3.8'
semantic-version==2.10.0 ; python_version >= '2.7'
sentry-sdk==1.21.1
sentry-sdk==1.25.0
service-identity==21.1.0
setuptools==67.8.0 ; python_version >= '3.7'
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
snaptime==0.2.4
sortedcontainers==2.4.0
sqlalchemy==2.0.15 ; python_version >= '3.7'
stack-data==0.6.2
tabulate==0.9.0 ; python_version >= '3.7'
time-machine==2.9.0 ; python_version >= '3.7'
toml==0.10.2 ; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
toml==0.10.2 ; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'
tomli==2.0.1 ; python_version >= '3.7'
toolz==0.12.0 ; python_version >= '3.5'
tqdm==4.65.0 ; python_version >= '3.7'
traitlets==5.9.0 ; python_version >= '3.7'
trie==2.1.0 ; python_version >= '3.7' and python_version < '4'
twisted==22.10.0 ; python_full_version >= '3.7.1'
txaio==23.1.1 ; python_version >= '3.7'
typing-extensions==4.6.0 ; python_version >= '3.7'
typing-extensions==4.6.3 ; python_version >= '3.7'
tzdata==2023.3 ; python_version >= '2'
tzlocal==5.0.1 ; python_version >= '3.7'
urllib3==2.0.2 ; python_version >= '3.7'
urllib3==2.0.3 ; python_version >= '3.7'
varint==1.0.2
virtualenv==20.23.0 ; python_version >= '3.7'
watchdog==2.3.1 ; python_version >= '3.6'
Expand Down
Binary file modified porter_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading