forked from peterolson/BigInteger.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
13 lines (13 loc) · 948 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
<a href="https://username1565.github.io/BigInteger.js/spec/SpecRunner.html" target="_blank">Test BigInteger, using Jasmine test.</a>
<br>
<a href="https://username1565.github.io/BigInteger.js/testbit_example.html" target="_blank">Test bit example</a>
<br>
<a href="https://username1565.github.io/BigInteger.js/test_encoding_and_decoding.html" target="_blank">Test unicode encoding, as big radix numbers</a>
<br>
<a href="https://username1565.github.io/BigInteger.js/cube_root.html" target="_blank">Big cube root</a>
<br>
<a href="https://username1565.github.io/BigInteger.js/Miller-Rabin_test.html" target="_blank">Miller-Rabin primality test</a>
<br>
<a href="https://username1565.github.io/BigInteger.js/Diffie_Hellman_Key_Exchange_BigInteger.html" target="_blank">Diffie-Hellman key exchange</a>
<br>
<a href="https://username1565.github.io/BigInteger.js/Pollard_rho_factorization/pollard_rho.html" target="_blank">Pollard pho-factorization</a>