nimcrypto
nimcrypto copied to clipboard
Capitalize all type names to conform NEP1.
Very soon lowercase
type names will be deprecated, all type names will be capitalized.
I'd like to make sure of casing.
Is it PascalCase
or MACRO_CASE
?
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)