bigint-crypto-utils/test
Juan Hernández Serrano 29cb31c1fa Fixed issue #1 - gcd works incorrect with 0. Some extra sanitizing 2019-05-09 09:39:12 +02:00
..
browser Fixed issue #1 - gcd works incorrect with 0. Some extra sanitizing 2019-05-09 09:39:12 +02:00
abs.js More tests. Fixed bug in modInv(a,n) when a was < 0 2019-05-04 18:08:30 +02:00
bitLength.js More tests. Fixed bug in modInv(a,n) when a was < 0 2019-05-04 18:08:30 +02:00
gcd.js Fixed issue #1 - gcd works incorrect with 0. Some extra sanitizing 2019-05-09 09:39:12 +02:00
isProbablyPrime.js tests with number 2019-05-04 18:40:57 +02:00
lcm.js More tests. Fixed bug in modInv(a,n) when a was < 0 2019-05-04 18:08:30 +02:00
modInv.js Fixed issue #1 - gcd works incorrect with 0. Some extra sanitizing 2019-05-09 09:39:12 +02:00
modPow.js More tests. Fixed bug in modInv(a,n) when a was < 0 2019-05-04 18:08:30 +02:00
prime.js More tests. Fixed bug in modInv(a,n) when a was < 0 2019-05-04 18:08:30 +02:00
toZn.js More tests. Fixed bug in modInv(a,n) when a was < 0 2019-05-04 18:08:30 +02:00