Comparing version 0.0.0 to 0.1.1
@@ -68,3 +68,3 @@ /* | ||
for(var i = 0; i < str.length; i++) { | ||
result += str.charCodeAt(i) * Math.pow(256, i); | ||
result += str.charCodeAt(i) * (i + 1); | ||
} | ||
@@ -71,0 +71,0 @@ |
{ | ||
"name": "borg-ring", | ||
"version": "0.0.0", | ||
"version": "0.1.1", | ||
"description": "The optimization of transformation paths for large-scale peer-to-peer network", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
7356