anoncreds-clsignatures-rs GitHub
PR #36 | Update version to 0.3.0 |
Also cleans up a few warnings when the `serde` feature is disabled. |
Created At 2023-11-29 18:18:48 +0000 UTC
PR #35 | Bignum cleanups: remove code duplication and bignum context |
- Avoid duplication of `generates_semiprime_subgroup` and `random_qr` across bignum backends - Eliminate use of BigNumContext outside of the openssl backend (always use a thread-local context) |
Created At 2023-11-29 04:18:23 +0000 UTC
PR #34 | Bump openssl from 0.10.59 to 0.10.60 |
dependencies | Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.59 to 0.10.60. Release notesSourced from openssl's releases.
Commits
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=openssl&package-manager=cargo&previous-version=0.10.59&new-version=0.10.60)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and optionsYou can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show Created At 2023-11-28 21:45:51 +0000 UTC </div> |