aureooms/js-modular-arithmetic-big-endian

View on GitHub
src/_montgomery.js

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function _montgomery has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function _montgomery(b, N) {
    assert(N.length > 0);
    assert(N[0] !== 0);

    const k = N.length;
Severity: Minor
Found in src/_montgomery.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status