Skip to content

Draft: Fixed 128 build

Jonathan Saylor requested to merge jsaylor/fixed_128_build into dev
  • Moved the MXInteger to the corresponding bigintX/bigint.h, it's still defined in global namespace at the EOF
  • Moved the MXVector to the corresponding bigintX/bigvec.h, it's still defined in global namespace at the EOF
  • Moved the Integer setup in the bigintX/bigint.h files
  • Fixed includes, so that transform includes vector, vector includes integer... and they all now correctly include their corresponding interface
  • Created new bigintbackend.h with new namespace bigintbackend that allows the natint(s) to access bigints for ComputeMu and PrepMulConst
  • Removed computemu files as they're not needed now
Edited by Jonathan Saylor

Merge request reports