Package org.bouncycastle.crypto.digests


package org.bouncycastle.crypto.digests
Message digest classes.
  • Class
    Description
    Encodable digests allow you to download an encoded copy of their internal state.
    implementation of Keccak based on following KeccakNISTInterface.c from https://keccak.noekeon.org/
    Base class for SHA-384 and SHA-512.
    implementation of SHA-3 based on following KeccakNISTInterface.c from https://keccak.noekeon.org/
    FIPS 180-2 implementation of SHA-512.
    implementation of SHAKE based on following KeccakNISTInterface.c from https://keccak.noekeon.org/