MCPcopy Index your code
hub / github.com/nodejs/node / validateCShakeCustomization

Function validateCShakeCustomization

lib/internal/crypto/webidl.js:299–301  ·  view source on GitHub ↗
(V)

Source from the content-addressed store, hash-verified

297}
298
299function validateCShakeCustomization(V) {
300 validateMaxBufferLength(V, 'CShakeParams.customization', 512);
301}
302
303converters.RsaPssParams = createDictionaryConverter(
304 'RsaPssParams', [

Callers

nothing calls this directly

Calls 1

validateMaxBufferLengthFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…