Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

Commit

Permalink
Faster AES decryption by using ctypes to access native NSS library
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyrat committed Jan 15, 2014
1 parent ad17c62 commit ad2f295
Show file tree
Hide file tree
Showing 5 changed files with 522 additions and 89 deletions.
6 changes: 3 additions & 3 deletions Firefox addon/KeeFox/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<Description about="urn:mozilla:install-manifest">
<em:id>[email protected]</em:id>
<em:version>1.3.0b1</em:version>
<em:version>1.3.0b1.5</em:version>
<em:type>2</em:type>
<em:unpack>true</em:unpack>

Expand All @@ -19,7 +19,7 @@
<!-- Firefox -->
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>11.0</em:minVersion>
<em:maxVersion>25.*</em:maxVersion>
<em:maxVersion>28.*</em:maxVersion>
</Description>
</em:targetApplication>

Expand All @@ -28,7 +28,7 @@
<!-- Thunderbird -->
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>11.0</em:minVersion>
<em:maxVersion>25.*</em:maxVersion>
<em:maxVersion>28.*</em:maxVersion>
</Description>
</em:targetApplication>

Expand Down
Loading

0 comments on commit ad2f295

Please sign in to comment.