Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8333867

SHA3 performance can be improved

XMLWordPrintable

      The SHA3 digests currently keep their internal state in a byte array which is converted to a long array for the state updates and back again after the update. This is unnecessary, conversion is only necessary during update() and final() calls.

        There are no Sub-Tasks for this issue.

            frakoczi Ferenc Rakoczi
            frakoczi Ferenc Rakoczi
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: