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

Reduce overhead of MD5 and SHA digests

    XMLWordPrintable

Details

    • Enhancement
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • None
    • 17
    • security-libs

    Description

      The implementation of MD5, SHA-1, SHA-224, SHA-256, SHA-384, SHA-512 and derivatives share some commonalities such as allocating a temporary buffer and having intrinsics which bypass the use of that buffer. By restructuring the code so that these buffers are allocated lazily we can get a significant speed-up in the presence of the intrinsic, while staying performance neutral in the absence of an intrinsic.

      Attachments

        Issue Links

          Activity

            People

              redestad Claes Redestad
              redestad Claes Redestad
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: