main
_montgomery
export default function _montgomery(b, N) { assert(N.length > 0); assert(N[0] !== 0); const k = N.length;