<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -118,7 +118,7 @@ var AES = {
     for (var i = nk; i &lt; w.length; i++) {
       w[i] = new Array(4);
       
-      for(var j = 0; j &lt; 4; j++) {
+      for (var j = 0; j &lt; 4; j++) {
         temp[j] = w[i - 1][j];
       }
       
@@ -290,7 +290,7 @@ AES.Crypto = function(key) {
       var counterBlock = AES.cipher(this.counter.array, this.keySchedule);
       var byteCount    = block + 1 == blockCount ? (input.length - 1) % blockSize + 1 : blockSize;
       
-      for(var c = 0; c &lt; byteCount; c++) {
+      for (var c = 0; c &lt; byteCount; c++) {
         var offset = block * blockSize;
         
         output[offset + c] = String.fromCharCode(counterBlock[c] ^ input.charCodeAt(offset + c));
@@ -306,7 +306,7 @@ AES.Crypto = function(key) {
     return AES.Base64.encode(this.run(text));
   }
   
-  this.decrypt = function(text) {    
+  this.decrypt = function(text) {
     return this.run(AES.Base64.decode(text));
   }
 }</diff>
      <filename>aes.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>63de08294c394df397c2a04ac1950897b420510b</id>
    </parent>
  </parents>
  <author>
    <name>robertsosinski</name>
    <email>email@robertsosinski.com</email>
  </author>
  <url>http://github.com/robertsosinski/js-aes/commit/3af3ea7bef65338f792cb2bced5f37790a81341c</url>
  <id>3af3ea7bef65338f792cb2bced5f37790a81341c</id>
  <committed-date>2009-04-15T09:06:04-07:00</committed-date>
  <authored-date>2009-04-15T09:06:04-07:00</authored-date>
  <message>Cleanup whitespace</message>
  <tree>53e727962fb0d48868c7894388c9f0f6ad271693</tree>
  <committer>
    <name>robertsosinski</name>
    <email>email@robertsosinski.com</email>
  </committer>
</commit>
