summaryrefslogtreecommitdiff
path: root/constants
AgeCommit message (Collapse)Author
2022-03-19Rename: Change bearing to generatingWill Hawkins
The newest version of the specification replaces the term bearing with the term generating. This patch brings the updated language to the code to make it easier to track the implementation's conformance to the spec.
2022-03-18Make sure that we format with short lines.Will Hawkins
2022-03-16Refactor: Move magic numbers in to a constants module.Will Hawkins