cody - HTMLify profile
files of /cody/lassiecoder/mutual-funding-app/server/node_modules/buffer-equal-constant-time/
LICENSE.txt
/cody/lassiecoder/mutual-funding-app/server/node_modules/buffer-equal-constant-time/LICENSE.txt
Copyright (c) 2013, GoInstant Inc., a salesforce.com company
All rights reserved.
Redistribution and use in source and binary f
All rights reserved.
Redistribution and use in source and binary f
README.md
/cody/lassiecoder/mutual-funding-app/server/node_modules/buffer-equal-constant-time/README.md
# buffer-equal-constant-time
Constant-time `Buffer` comparison for node.js. Should work with browserify too.
[![Build Status]
Constant-time `Buffer` comparison for node.js. Should work with browserify too.
[![Build Status]
index.js
/cody/lassiecoder/mutual-funding-app/server/node_modules/buffer-equal-constant-time/index.js
/*jshint node:true */
'use strict';
var Buffer = require('buffer').Buffer; // browserify
var SlowBuffer = require('buffer').Slow
'use strict';
var Buffer = require('buffer').Buffer; // browserify
var SlowBuffer = require('buffer').Slow
package.json
/cody/lassiecoder/mutual-funding-app/server/node_modules/buffer-equal-constant-time/package.json
{
"name": "buffer-equal-constant-time",
"version": "1.0.1",
"description": "Constant-time comparison of Buffers",
"main"
"name": "buffer-equal-constant-time",
"version": "1.0.1",
"description": "Constant-time comparison of Buffers",
"main"