wowserhq/wowser

View on GitHub
src/lib/crypto/srp.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function feed has 57 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  feed(s, B, I, P) {

    // Generated salt (s) and server's public ephemeral value (B)
    this._s = BigNum.fromArray(s);
    this._B = BigNum.fromArray(B);
Severity: Major
Found in src/lib/crypto/srp.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status