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

SHA3 performance can be improved

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 24
    • None
    • security-libs

      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.

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

              Created:
              Updated:
              Resolved: