diff options
Diffstat (limited to 'doc/gcrypt.texi')
-rw-r--r-- | doc/gcrypt.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/gcrypt.texi b/doc/gcrypt.texi index 74615757..db4ad1e6 100644 --- a/doc/gcrypt.texi +++ b/doc/gcrypt.texi @@ -4261,6 +4261,10 @@ block cipher algorithm. This is GMAC message authentication algorithm based on the SEED block cipher algorithm. +@item GCRY_MAC_GMAC_SM4 +This is GMAC message authentication algorithm based on the SM4 +block cipher algorithm. + @item GCRY_MAC_POLY1305 This is plain Poly1305 message authentication algorithm, used with one-time key. @@ -4285,6 +4289,10 @@ key and one-time nonce. This is Poly1305-SEED message authentication algorithm, used with key and one-time nonce. +@item GCRY_MAC_POLY1305_SM4 +This is Poly1305-SM4 message authentication algorithm, used with +key and one-time nonce. + @item GCRY_MAC_GOST28147_IMIT This is MAC construction defined in GOST 28147-89 (see RFC 5830 Section 8). |