nimcrypto icon indicating copy to clipboard operation
nimcrypto copied to clipboard

Capitalize all type names to conform NEP1.

Open cheatfate opened this issue 6 years ago • 2 comments

Very soon lowercase type names will be deprecated, all type names will be capitalized.

cheatfate avatar Sep 22 '18 01:09 cheatfate

I'd like to make sure of casing.

Is it PascalCase or MACRO_CASE?

mratsim avatar Sep 22 '18 09:09 mratsim

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)

cheatfate avatar Sep 22 '18 20:09 cheatfate