eustatos/pure-md5

View on GitHub
src/md5cycle.ts

Summary

Maintainability
A
3 hrs
Test Coverage

Function md5cycle has 79 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function md5cycle(x: number[], k: number[], fn?): void {
  if (typeof fn === 'undefined') {
    fn = add32;
  }
  let a = x[0];
Severity: Major
Found in src/md5cycle.ts - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status