maskLow51Bits top-level property

BigInt maskLow51Bits
final

Element represents an element of the field GF(2^255-19). Note that this is not a cryptographically secure group, and should only be used to interact with edwards25519.Point coordinates.

This type works similarly to math/big.Int, and all arguments and receivers are allowed to alias.

The zero value is a valid zero element.

Implementation

final maskLow51Bits = (BigInt.one << 51) - BigInt.one;