browser minified version removed due to a bug. More browser tests added. Fixed tests
This commit is contained in:
parent
84c8909174
commit
5e722ddb13
|
@ -499,7 +499,7 @@ describe('modPow', function () {
|
|||
});
|
||||
}
|
||||
describe('Time profiling', function () {
|
||||
let iterations = 3000;
|
||||
let iterations = 500;
|
||||
it(`just testing ${iterations} iterations of a big modular exponentiation (1024 bits)`, function () {
|
||||
const p = BigInt('103920301461718841589267304263845359224454055603847417021399996422142529929535423886894599506329362009085557636432288745748144369296043048325513558512136442971686130986388589421125262751724362880217790112013162815676017250234401214198365302142787009943498370856167174244675719638815809347261773472114842038647');
|
||||
const b = BigInt('313632271690673451924314047671460131678794095260951233878123501752357966284491455239133687519908410656818506813151659324961829045286402303082891913186909806785080978448037486178337722667190743610785429936585699831407575170854873682955317589189564880931807976657385223632835801016017549762825562427694700595');
|
||||
|
|
|
@ -42,7 +42,7 @@ describe('modPow', function () {
|
|||
});
|
||||
}
|
||||
describe('Time profiling', function () {
|
||||
let iterations = 3000;
|
||||
let iterations = 500;
|
||||
it(`just testing ${iterations} iterations of a big modular exponentiation (1024 bits)`, function () {
|
||||
const p = BigInt('103920301461718841589267304263845359224454055603847417021399996422142529929535423886894599506329362009085557636432288745748144369296043048325513558512136442971686130986388589421125262751724362880217790112013162815676017250234401214198365302142787009943498370856167174244675719638815809347261773472114842038647');
|
||||
const b = BigInt('313632271690673451924314047671460131678794095260951233878123501752357966284491455239133687519908410656818506813151659324961829045286402303082891913186909806785080978448037486178337722667190743610785429936585699831407575170854873682955317589189564880931807976657385223632835801016017549762825562427694700595');
|
||||
|
|
Loading…
Reference in New Issue