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
Very soon lowercase type names will be deprecated, all type names will be capitalized.
lowercase
The text was updated successfully, but these errors were encountered:
I'd like to make sure of casing.
Is it PascalCase or MACRO_CASE?
PascalCase
MACRO_CASE
Sorry, something went wrong.
sha3_(bits) -> SHA3_(bits) sha2_(bits) -> SHA2_(bits) keccak(bits) -> KECCAK(bits) shake(bits) -> SHAKE(bits) ripemd(bits) -> RIPEMD(bits) blake2_(bits) -> BLAKE2(bits) rijndael(bits) -> RIJNDAEL(bits) aes(bits) -> AES(bits) twofish(bits) -> TWOFISH(bits) blowfish(bits) -> BLOWFISH(bits)
Fix #10.
c4ed4a0
No branches or pull requests
Very soon
lowercase
type names will be deprecated, all type names will be capitalized.The text was updated successfully, but these errors were encountered: