Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 204 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 204 Bytes

Fast Exponentiation in WebAssembly

Fast exponentiation algorithm implemented in WebAssembly using bitwise operators. Currently, it calculates x^y only for values that can fit to 32 bits.