Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 12... Línea 12...
12
 *
12
 *
13
 * 1. Only 96-bit nonces are supported.
13
 * 1. Only 96-bit nonces are supported.
14
 * 2. Only 128-bit authentication tags are supported. (i.e. non-truncated)
14
 * 2. Only 128-bit authentication tags are supported. (i.e. non-truncated)
15
 *
15
 *
16
 * Supports AES key sizes of 128-bit, 192-bit, and 256-bit.
16
 * Supports AES key sizes of 128-bit, 192-bit, and 256-bit.
17
 *
-
 
18
 * @package Aws\Crypto\Polyfill
-
 
19
 */
17
 */
20
class AesGcm
18
class AesGcm
21
{
19
{
22
    use NeedsTrait;
20
    use NeedsTrait;