Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
var
createHash =
function
(secret) {
45
var
cipher = crypto.createCipher(
'blowfish'
, secret);
46
return
(cipher.final(
'hex'
));
47
};
48
49
// Actually listen
50
server.listen( opts.port || null );
Callers
1
index.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected