Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Hook <dgh@cryptoworkshop.com>2013-07-15 02:21:44 +0400
committerDavid Hook <dgh@cryptoworkshop.com>2013-07-15 02:21:44 +0400
commit05df4fadc1808f9a28b483d1d1bd38aab49a02dd (patch)
tree01ba14debad0d886318f8545fe21d2a5f6d4118e /docs
parent3e434fb40956ddff34e69e01c025d2640bc0d048 (diff)
update
Diffstat (limited to 'docs')
-rw-r--r--docs/releasenotes.html1
-rw-r--r--docs/specifications.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/releasenotes.html b/docs/releasenotes.html
index dbfa0da0..27e8ea2c 100644
--- a/docs/releasenotes.html
+++ b/docs/releasenotes.html
@@ -38,6 +38,7 @@ Release 1.50
<li>OCB implementation updated to account for changes in draft-irtf-cfrg-ocb-03.</li>
<li>RFC 6637 ECDSA support has been added to the OpenPGP API.</li>
<li>Implementations of Threefish and Skein have been added to the provider and the lightweight API.</li>
+<li>Implementations of the SM3 digest have been added to the provider and the lightweight API.</li>
</ul>
<h3>2.2.1 Version</h3>
diff --git a/docs/specifications.html b/docs/specifications.html
index 9942834a..9271428f 100644
--- a/docs/specifications.html
+++ b/docs/specifications.html
@@ -286,6 +286,7 @@ implementations
<tr><td><b>SHA512Digest</b></td><td>512</td><td>FIPS 180-2</td></tr>
<tr><td><b>SHA3Digest</b></td><td>224, 256, 288, 384, 512</td><td></td></tr>
<tr><td><b>SkeinDigest</b></td><td>any byte length</td><td>256 bit, 512 bit and 1024 state sizes. Additional parameterisation using SkeinParameters.</td></tr>
+<tr><td><b>SM3Digest</b></td><td>256</td><td>The SM3 Digest.</td></tr>
<tr><td><b>TigerDigest</b></td><td>192</td><td>The Tiger Digest.</td></tr>
<tr><td><b>GOST3411Digest</b></td><td>256</td><td>The GOST-3411 Digest.</td></tr>
<tr><td><b>WhirlpoolDigest</b></td><td>512</td><td>The Whirlpool Digest.</td></tr>