You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ This package implements a version of the BLS signature scheme. The implementatio
7
7
This package is NOT recommended for new projects. It would be preferable to use a BLS signatures implementation based on the IETF draft, on a curve with a stronger security estimation (such as BLS12-381).
8
8
9
9
[BLS signatures specification at the IETF]: https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-bls-signature-05
@@ -26,7 +26,7 @@ The primary build dependency is the Rust crate: [Hyperledger Indy BLS Signatures
26
26
27
27
## Contributing
28
28
29
-
Pull requests are welcome! Please read our [contributions guide](https://github.com/hyperledger/indy-bls-wrapper-python/blob/main/CONTRIBUTING.md) and submit your PRs. We enforce [developer certificate of origin](https://developercertificate.org/) (DCO) commit signing. See guidance [here](https://github.com/apps/dco).
29
+
Pull requests are welcome! Please read our [contributions guide](https://github.com/hyperledger-indy/indy-bls-wrapper-python/blob/main/CONTRIBUTING.md) and submit your PRs. We enforce [developer certificate of origin](https://developercertificate.org/) (DCO) commit signing. See guidance [here](https://github.com/apps/dco).
30
30
31
31
We also welcome issues submitted about problems you encounter in using `indy_bls`.
32
32
@@ -36,4 +36,4 @@ This code is based on the original Ursa Python wrapper contributed by Cam Parra.
36
36
37
37
## License
38
38
39
-
Licensed under the Apache License, Version 2.0. ([LICENSE-APACHE](https://github.com/hyperledger/indy-bls-wrapper-python/blob/main/LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0).
39
+
Licensed under the Apache License, Version 2.0. ([LICENSE-APACHE](https://github.com/hyperledger-indy/indy-bls-wrapper-python/blob/main/LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0).
0 commit comments