I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
  • zzz's avatar
    43332bb6
    * Crypto: · 43332bb6
    zzz authored
          - Use java.security.MessageDigest instead of bundled GNU SHA-256 code
            if available, which it should always be.
            5 to 20% faster on Oracle JVM; 40 to 60% on Harmony;
            5 to 15% on JamVM; 20x (!) on GIJ.
          - Use java.security.MessageDigest instead of bundled Bitzi SHA-1 code
            if available on non-Oracle JVMs, which it should always be.
            Not faster on Oracle JVM; 30 to 60% faster on Harmony;
            15 to 20% on JamVM; 10-15x (!) on GIJ.
    43332bb6
    History
    * Crypto:
    zzz authored
          - Use java.security.MessageDigest instead of bundled GNU SHA-256 code
            if available, which it should always be.
            5 to 20% faster on Oracle JVM; 40 to 60% on Harmony;
            5 to 15% on JamVM; 20x (!) on GIJ.
          - Use java.security.MessageDigest instead of bundled Bitzi SHA-1 code
            if available on non-Oracle JVMs, which it should always be.
            Not faster on Oracle JVM; 30 to 60% faster on Harmony;
            15 to 20% on JamVM; 10-15x (!) on GIJ.
To find the state of this project's repository at the time of any of these versions, check out the tags.