junkurihara/jscu

View on GitHub
packages/js-crypto-hkdf/src/hkdf.ts

Summary

Maintainability
A
25 mins
Test Coverage

Showing 1 of 1 total issue

Function compute has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

export const compute = async (
master: Uint8Array,
hash: HashTypes = 'SHA-256',
length: number = 32,
info: string = '',
Severity: Minor
Found in packages/js-crypto-hkdf/src/hkdf.ts - About 25 mins to fix

There are no issues that match your filters.

Category
Status