# Functions

NewElement returns a new empty *Element.

# Constants

ElementBits number bits needed to represent Element.
ElementLimbs number of 64 bits words needed to represent Element.

# Type aliases

Element represents a field element stored on 4 words (uint64) Element are assumed to be in Montgomery form in all methods.