Skip to content

Talk about the constants trick #5

Description

@erhant

You can have runtime constants by writing them within functions.

function CONST_VAL() {
  return 123;
}

With this trick, you can have access to a constant w.r.t runtime, such as the number of bits within your prime.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions