mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-08 08:35:38 +00:00
Included GCM in API documentation for Enc/Dec
This commit is contained in:
parent
d15718cbe0
commit
4181be06c1
|
@ -24,6 +24,7 @@
|
||||||
* - Camellia (see \c camellia_crypt_ecb(), \c camellia_crypt_cbc() and \c camellia_crypt_cfb128()).
|
* - Camellia (see \c camellia_crypt_ecb(), \c camellia_crypt_cbc() and \c camellia_crypt_cfb128()).
|
||||||
* - DES/3DES (see \c des_crypt_ecb(), \c des_crypt_cbc(), \c des3_crypt_ecb()
|
* - DES/3DES (see \c des_crypt_ecb(), \c des_crypt_cbc(), \c des3_crypt_ecb()
|
||||||
* and \c des3_crypt_cbc()).
|
* and \c des3_crypt_cbc()).
|
||||||
|
* - GCM (AES-GCM and CAMELLIA-GCM) (see \c gcm_init())
|
||||||
* - XTEA (see \c xtea_crypt_ecb()).
|
* - XTEA (see \c xtea_crypt_ecb()).
|
||||||
* - Asymmetric:
|
* - Asymmetric:
|
||||||
* - Diffie-Hellman-Merkle (see \c dhm_read_public(), \c dhm_make_public()
|
* - Diffie-Hellman-Merkle (see \c dhm_read_public(), \c dhm_make_public()
|
||||||
|
|
Loading…
Reference in a new issue