We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In some scenarios, I may have a static reference to an instance of public parameters without this being a dependency of the library.
For these cases, to avoid code complexity, we should implement Clone for PublicParameters and CommitKey
Clone
PublicParameters
CommitKey
The text was updated successfully, but these errors were encountered:
Impl #383 - Clone for PublicParameters
9ecaa61
Impl #383 - Clone for PublicParameters (#384)
b2c6979
vlopes11
No branches or pull requests
In some scenarios, I may have a static reference to an instance of public parameters without this being a dependency of the library.
For these cases, to avoid code complexity, we should implement
Clone
forPublicParameters
andCommitKey
The text was updated successfully, but these errors were encountered: