bitwiseshiftleft / sjcl

Stanford Javascript Crypto Library
http://bitwiseshiftleft.github.com/sjcl/
Other
7.18k stars 986 forks source link

How to implement square root using sjcl.bn? #404

Open MountainLovers opened 4 years ago

MountainLovers commented 4 years ago

InverseMod's parameter is needed to be odd. How to implement sqrt?