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
When working on large files, it would be great to be able to pause and/or resume based on state obtained so far.
Therefore, it would be great, if org.bouncycastle.crypto.digests.SHA3Digest would implement the org.bouncycastle.crypto.SavableDigest interface.
Just for curiosity: in org.bouncycastle.crypto.digests.LongDigest , why do you not mention SavableDigest , but list its ingredients ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When working on large files, it would be great to be able to pause and/or resume based on state obtained so far.
Therefore, it would be great, if
org.bouncycastle.crypto.digests.SHA3Digest
would implement the org.bouncycastle.crypto.SavableDigest interface.
Just for curiosity: in org.bouncycastle.crypto.digests.LongDigest , why do you not mention SavableDigest , but list its ingredients ?
The text was updated successfully, but these errors were encountered: