[Pkg-javascript-commits] [node-browserify-aes] 34/92: better attribution
Bastien Roucariès
rouca at moszumanska.debian.org
Sun Jun 4 09:35:17 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-browserify-aes.
commit 1286df758161b59977aceac5c8b5aa874a1fa87f
Author: Calvin Metcalf <cmetcalf at appgeo.com>
Date: Fri Nov 28 09:38:51 2014 -0500
better attribution
---
aes.js | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/aes.js b/aes.js
index a11d912..0235dfc 100644
--- a/aes.js
+++ b/aes.js
@@ -1,3 +1,9 @@
+// based on the aes implimentation in triple sec
+// https://github.com/keybase/triplesec
+
+// which is in turn based on the one from crypto-js
+// https://code.google.com/p/crypto-js/
+
var uint_max = Math.pow(2, 32);
function fixup_uint32(x) {
var ret, x_pos;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-browserify-aes.git
More information about the Pkg-javascript-commits
mailing list