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:
authorTim Whittington <bc@whittington.net.nz>2013-07-18 02:34:46 +0400
committerTim Whittington <bc@whittington.net.nz>2013-07-24 06:50:53 +0400
commit3733bfdd2ea6fc6faca0ca6de4227a28b34ace61 (patch)
tree0c6d7f370671606582f33d85bfce2d13ff0ce465 /docs
parentd2c9c6c117d6a2f8cd38bfa5c4d2f5058c7679ec (diff)
Add GMAC to JCE algorithms.
Diffstat (limited to 'docs')
-rw-r--r--docs/specifications.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/specifications.html b/docs/specifications.html
index dcc6e38f..07c7cdaf 100644
--- a/docs/specifications.html
+++ b/docs/specifications.html
@@ -674,6 +674,7 @@ change as the draft is finalised.
<table cellpadding=5 cellspacing=0 border=1 width=80%>
<tr><th>Name</th><th>Output (in bits)</th><th>Notes</th></tr>
<tr><td>Any MAC based on a block cipher, CBC (the default) and CFB modes.</td><td>half the cipher's block size (usually 32 bits)</td><td>&nbsp;</td></tr>
+<tr><td>*-GMAC</td><td>96 to 128 bits</td><td>Usable with GCM mode ciphers, defined for AES, NIST SP 800-38D. e.g. AES-GMAC.</td></tr>
<tr><td>VMPC-MAC</td><td>128</td><td>&nbsp;</td></tr>
<tr><td>HMac-MD2</td><td>128</td><td>&nbsp;</td></tr>
<tr><td>HMac-MD4</td><td>128</td><td>&nbsp;</td></tr>