1C++, Java, Python, etc, have binary literals beginning with "0b".
2
3C99 etc have hex floating point literals
4    0xABC.DEFp42
5where the exponent is a decimal representation of a base 2 exponent.
6This syntax is proposed for WGSL.
7
8These are industry standards that Curv can adopt without any changes.
9