Home
last modified time | relevance | path

Searched refs:SPEC_ALGORITHMS (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/npm/node_modules/ssri/
Dindex.js7 const SPEC_ALGORITHMS = ['sha256', 'sha384', 'sha512'] variable
41 if (strict && !SPEC_ALGORITHMS.some(a => a === match[1])) { return }
62 SPEC_ALGORITHMS.some(x => x === this.algorithm) &&