Skip to content
New issue

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

Capitalize all type names to conform NEP1. #10

Open
cheatfate opened this issue Sep 22, 2018 · 2 comments
Open

Capitalize all type names to conform NEP1. #10

cheatfate opened this issue Sep 22, 2018 · 2 comments

Comments

@cheatfate
Copy link
Owner

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

@mratsim
Copy link
Contributor

mratsim commented Sep 22, 2018

I'd like to make sure of casing.

Is it PascalCase or MACRO_CASE?

@cheatfate
Copy link
Owner Author

cheatfate commented Sep 22, 2018

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 cheatfate mentioned this issue Apr 11, 2019
cheatfate added a commit that referenced this issue Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants