packages/js-crypto-hkdf/src/hkdf.ts
Showing 1 of 1 total issue
Function compute
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
Open
export const compute = async ( master: Uint8Array, hash: HashTypes = 'SHA-256', length: number = 32, info: string = '',
- Read upRead up