pssht
latest
SSH server library written in PHP
|
Additional Inherited Members | |
![]() | |
UMAC ($k, $m, $nonce) | |
![]() | |
const | PRIME_128 = '0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF61' |
128-bits prime number, in hexadecimal notation. | |
const | PRIME_36 = '0x0000000FFFFFFFFB' |
36-bits prime number, in hexadecimal notation. | |
const | PRIME_64 = '0xFFFFFFFFFFFFFFC5' |
64-bits prime number, in hexadecimal notation. | |
![]() | |
__construct ($cipher, $taglen) | |
KDF ($k, $index, $numbytes) | |
l1Hash ($k, $m) | |
l2Hash ($k, $m) | |
l3Hash ($k1, $k2, $m) | |
NH ($k_i, $m, $len) | |
PDF ($k, $nonce) | |
POLY ($wordbits, $maxwordrange, $k, $m) | |
UHASH ($k, $m) | |
![]() | |
$blocklen | |
Block length for the cipher. | |
$cipher | |
Cipher algorithm used to encrypt data. | |
$taglen | |
Length of tags generated by this instance. | |
![]() | |
static | $twop32 |
= 2**32 | |
static | $twop64 |
= 2**64 | |
UMAC algorithm with a 64-bits tag.
Definition at line 17 of file UMAC64.php.