<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -76,10 +76,10 @@ module EncryptedStrings
     # Creates a new cipher that uses an asymmetric encryption strategy.
     # 
     # Configuration options:
-    # * +private_key_file+ - Encrypted private key file
-    # * +public_key_file+ - Public key file
-    # * +password+ - The password to use in the symmetric cipher
-    # * +algorithm+ - Algorithm to use symmetrically encrypted strings
+    # * &lt;tt&gt;:private_key_file&lt;/tt&gt; - Encrypted private key file
+    # * &lt;tt&gt;:public_key_file&lt;/tt&gt; - Public key file
+    # * &lt;tt&gt;:password&lt;/tt&gt; - The password to use in the symmetric cipher
+    # * &lt;tt&gt;:algorithm&lt;/tt&gt; - Algorithm to use symmetrically encrypted strings
     def initialize(options = {})
       invalid_options = options.keys - [:private_key_file, :public_key_file, :algorithm, :password]
       raise ArgumentError, &quot;Unknown key(s): #{invalid_options.join(&quot;, &quot;)}&quot; unless invalid_options.empty?</diff>
      <filename>lib/encrypted_strings/asymmetric_cipher.rb</filename>
    </modified>
    <modified>
      <diff>@@ -41,7 +41,8 @@ module EncryptedStrings
     # Creates a new cipher that uses an SHA encryption strategy.
     # 
     # Configuration options:
-    # * +salt+ - Random bytes used as one of the inputs for generating the encrypted string
+    # * &lt;tt&gt;:salt&lt;/tt&gt; - Random bytes used as one of the inputs for generating
+    #   the encrypted string
     def initialize(options = {})
       invalid_options = options.keys - [:salt]
       raise ArgumentError, &quot;Unknown key(s): #{invalid_options.join(&quot;, &quot;)}&quot; unless invalid_options.empty?</diff>
      <filename>lib/encrypted_strings/sha_cipher.rb</filename>
    </modified>
    <modified>
      <diff>@@ -60,8 +60,9 @@ module EncryptedStrings
     # Creates a new cipher that uses a symmetric encryption strategy.
     # 
     # Configuration options:
-    # * +algorithm+ - The algorithm to use for generating the encrypted string
-    # * +password+ - The secret value to use for generating the key/initialization vector for the algorithm
+    # * &lt;tt&gt;:algorithm&lt;/tt&gt; - The algorithm to use for generating the encrypted string
+    # * &lt;tt&gt;:password&lt;/tt&gt; - The secret value to use for generating the
+    #   key/initialization vector for the algorithm
     def initialize(options = {})
       invalid_options = options.keys - [:algorithm, :password]
       raise ArgumentError, &quot;Unknown key(s): #{invalid_options.join(&quot;, &quot;)}&quot; unless invalid_options.empty?</diff>
      <filename>lib/encrypted_strings/symmetric_cipher.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>36a1834cf1181cbd08a71086773baaa35da5c10f</id>
    </parent>
  </parents>
  <author>
    <name>Aaron Pfeifer</name>
    <email>aaron.pfeifer@gmail.com</email>
  </author>
  <url>http://github.com/pluginaweek/encrypted_strings/commit/cc16f1928f6e99d12f7aa87549a962bff7277f8d</url>
  <id>cc16f1928f6e99d12f7aa87549a962bff7277f8d</id>
  <committed-date>2009-01-11T16:05:43-08:00</committed-date>
  <authored-date>2009-01-11T16:05:43-08:00</authored-date>
  <message>Tweak docs</message>
  <tree>b3ba7700eb56a39e4f81d11fb06a7a3e3602ac8a</tree>
  <committer>
    <name>Aaron Pfeifer</name>
    <email>aaron.pfeifer@gmail.com</email>
  </committer>
</commit>
