py
py copied to clipboard
Elliptic Curve Integrated Encryption Scheme for secp256k1 in Python
By using Elligator elliptic curve points became indistinguishable from random string. It's useful property in countries where government censorship evolves. It can be used pretty easily with Curve25519. http://elligator.cr.yp.to/
Yes, I understand, that you probably want to keep them as lightweight and easy as possible, but `secp256k1` as default is not cool for this aim in my opinion. Yes,...
i want to use ecies on android and ios, but its too large if I build from ecies-rs.
Bumps [coincurve](https://github.com/ofek/coincurve) from 19.0.1 to 20.0.0. Release notes Sourced from coincurve's releases. v20.0.0 Breaking: CMake is now a build dependency; this is only a breaking change for redistributors as building...
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.8 to 0.5.0. Release notes Sourced from ruff's releases. 0.5.0 Release Notes Check out the blog post for a migration guide and overview of the changes! Breaking...
Bumps [mypy](https://github.com/python/mypy) from 1.10.0 to 1.10.1. Changelog Sourced from mypy's changelog. Mypy 1.10.1 Fix error reporting on cached run after uninstallation of third party library (Shantanu, PR 17420) Acknowledgements Thanks...
Bumps [ipython](https://github.com/ipython/ipython) from 8.25.0 to 8.26.0. Commits e0c8289 release 8.26.0 580137e MAINT: try to silence some coverage warnings (#14471) 979effe I write the release note for this 27th of June...
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.6 to 0.6.8. Release notes Sourced from ruff's releases. 0.6.8 Release Notes Preview features Remove unnecessary parentheses around match case clauses (#13510) Parenthesize overlong if guards in...