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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
BLAKE2
See KotlinCrypto/hash#97
Not sure yet of the class names. Will need to think on it. Maybe BLAKE2Mac for the sealed class, with final classes being BLAKE2b and BLAKE2s?
BLAKE2Mac
sealed class
BLAKE2b
BLAKE2s
The text was updated successfully, but these errors were encountered:
MAC
Successfully merging a pull request may close this issue.
See KotlinCrypto/hash#97
Not sure yet of the class names. Will need to think on it. Maybe
BLAKE2Mac
for thesealed class
, with final classes beingBLAKE2b
andBLAKE2s
?The text was updated successfully, but these errors were encountered: