Skip to content

Use naming convention in javascript #25

Description

@rdubois-crypto

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions