moose icon indicating copy to clipboard operation
moose copied to clipboard

Implement more efficient Replicated Square root

Open yanndupis opened this issue 2 years ago • 1 comments

In https://github.com/tf-encrypted/moose/pull/1051, we have implemented an initial implementation of square root using log2 and pow2. Instead we would you to implement the algorithm described in the whitepaper which is similar to Liedel’s algorithm.

yanndupis avatar Apr 19 '22 23:04 yanndupis

FYI there was a breakdown of work required for this in #563

jvmncs avatar Apr 21 '22 18:04 jvmncs