get-smooth / get-smooth/crypto-lib
Use naming convention in javascript
Open
- Dominant language
- JavaScript
- Stars
- 84
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
Javascript is very permissive with types.
The following convention shall avoid a nice noodles soup:
- u8_varname: indicates a uint8 Array type
- bu8_varname : indicates a buffer
(same with 32, 64 etc).
- ec_varname : indicates a point
- mp_varname: indicates a BigInt
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.