pssht
latest
SSH server library written in PHP
|
Public Member Functions | |
__construct ($key) | |
mac ($message) | |
Protected Attributes | |
$r | |
First half of the secret key (second half in the spec. due to endianness). | |
$s | |
Second half of the secret key. | |
Poly1305-AES Message Authenticator.
Definition at line 22 of file Poly1305.php.