[Pkg-javascript-commits] [node-browserify-aes] 35/92: rm un needed	properties
    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 00ed6c7e65e6b6568acea1feb1c016fa6604f15b
Author: Calvin Metcalf <cmetcalf at appgeo.com>
Date:   Fri Nov 28 09:41:53 2014 -0500
    rm un needed properties
---
 aes.js | 4 ----
 1 file changed, 4 deletions(-)
diff --git a/aes.js b/aes.js
index 0235dfc..ff3314e 100644
--- a/aes.js
+++ b/aes.js
@@ -97,10 +97,6 @@ AES.keySize = 256 / 8;
 
 AES.prototype.keySize = AES.keySize;
 
-AES.ivSize = AES.blockSize;
-
-AES.prototype.ivSize = AES.ivSize;
-
  function bufferToArray(buf) {
   var len = buf.length/4;
   var out = new Array(len);
-- 
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