Skip to content

Nodejs optimizations

Yuriy Polyakov requested to merge nodejs-optimizations into web-assembly

Improves the performance of CKKS and BGVrns when compiled using Emscripten. The changes primarily affected the RNS procedures used in rescaling/modulus switching and hybrid/GHS key switching.

Merge request reports