| 类 | 说明 |
|---|---|
| _AbstractLongDigest |
Base class for SHA-384 and SHA-512.
|
| _KeccakDigest |
implementation of Keccak based on following KeccakNISTInterface.c from http://keccak.noekeon.org/
Following the naming conventions used in the C source code to enable easy review of the implementation.
|
| _MD4Digest |
implementation of MD4 as RFC 1320 by R.
|
| _SHA224Digest |
SHA-224 as described in RFC 3874
block word digest
SHA-1 512 32 160
SHA-224 512 32 224
SHA-256 512 32 256
SHA-384 1024 64 384
SHA-512 1024 64 512
|
| _SHA256Digest |
FIPS 180-2 implementation of SHA-256.
|
| _SHA384Digest | |
| _SHA3Digest |
implementation of SHA-3 based on following KeccakNISTInterface.c from http://keccak.noekeon.org/
Following the naming conventions used in the C source code to enable easy review of the implementation.
|
| _SHA512Digest | |
| _SHA512tDigest | |
| _SM3Digest |
Implementation of Chinese SM3 digest as described at
http://tools.ietf.org/html/draft-shen-sm3-hash-01
and at .... ( Chinese PDF )
The specification says "process a bit stream",
but this is written to process bytes in blocks of 4,
meaning this will process 32-bit word groups.
|
| _WhirlpoolDigest |
Implementation of WhirlpoolDigest, based on Java source published by Barreto
and Rijmen.
|
Copyright © 2021. All rights reserved.