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

Replace ursa with indy_bls #1641

Open
andrewwhitehead opened this issue Aug 10, 2023 · 0 comments
Open

Replace ursa with indy_bls #1641

andrewwhitehead opened this issue Aug 10, 2023 · 0 comments

Comments

@andrewwhitehead
Copy link
Member

andrewwhitehead commented Aug 10, 2023

The Ursa project is now archived.

indy_bls is soon-to-be published as a replacement for the python-ursa wrapper.

It should be possible to install the wheel package from PyPI as there is support for manylinux-2014-aarch64 and manylinux-2014-x86_64. The ursa Debian package can also be removed as a dependency.

In the Python code, from ursa.bls ... becomes from indy_bls ... and from ursa.indy_error import IndyCryptoError becomes from indy_bls import IndyBlsError.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant