| 程序包 | 说明 |
|---|---|
| com.jn.langx.security.crypto.digest.provider.sm3 | |
| com.jn.langx.security.crypto.digest.takeself.impl |
| 类和说明 |
|---|
| 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.
|
| 类和说明 |
|---|
| 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.
|
| 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.
|
| 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.