| Package | Description |
|---|---|
| org.bouncycastle.crypto | Base classes for the lightweight API. |
| org.bouncycastle.crypto.digests | Message digest classes. |
| Modifier and Type | Interface and Description |
|---|---|
interface | ExtendedDigestExtended interface for message digests with additional functionality. |
interface | XofWith FIPS PUB 202 a new kind of message digest was announced which supported extendable output, or variable digest sizes. |
| Modifier and Type | Class and Description |
|---|---|
class | KeccakDigestimplementation of Keccak based on following KeccakNISTInterface.c from https://keccak.noekeon.org/ |
class | LongDigestBase class for SHA-384 and SHA-512. |
class | SHA3Digestimplementation of SHA-3 based on following KeccakNISTInterface.c from https://keccak.noekeon.org/ |
class | SHA512DigestFIPS 180-2 implementation of SHA-512. |
class | SHAKEDigestimplementation of SHAKE based on following KeccakNISTInterface.c from https://keccak.noekeon.org/ |