| 程序包 | 说明 |
|---|---|
| com.jn.langx.security.messagedigest.digest | |
| com.jn.langx.security.messagedigest.digest.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
GeneralDigest.copyIn(GeneralDigest t) |
| 构造器和说明 |
|---|
GeneralDigest(GeneralDigest t)
Copy constructor.
|
| 限定符和类型 | 类和说明 |
|---|---|
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.