| 限定符和类型 | 字段和说明 |
|---|---|
protected Digest |
LangxMessageDigest.delegate |
| 构造器和说明 |
|---|
LangxMessageDigest(Digest digest) |
| 构造器和说明 |
|---|
MD4MessageDigest(Digest digest) |
| 构造器和说明 |
|---|
SHA3MessageDigest(Digest digest) |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ExtendedDigest |
interface |
Xof
With FIPS PUB 202 a new kind of message digest was announced which supported extendable output, or variable digest sizes.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
GeneralDigest
base implementation of MD4 family style digest as outlined in
"Handbook of Applied Cryptography", pages 344 - 347.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
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.
|
class |
MD4Digest
implementation of MD4 as RFC 1320 by R.
|
class |
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.
|
class |
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.
|
Copyright © 2021. All rights reserved.