MCPcopy Create free account
hub / github.com/boost-ext/sml / createHash

Function createHash

doc/cppnow-2016/plugin/multiplex/index.js:44–47  ·  view source on GitHub ↗
(secret)

Source from the content-addressed store, hash-verified

42});
43
44var createHash = function(secret) {
45 var cipher = crypto.createCipher('blowfish', secret);
46 return(cipher.final('hex'));
47};
48
49// Actually listen
50server.listen( opts.port || null );

Callers 1

index.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected