pssht  latest
SSH server library written in PHP
fpoirotte\Pssht\Algorithms\AEAD\ChaCha20Poly1305 Class Reference

Public Member Functions

 __construct ($key)
 
 ad ($IV, $C, $A, $T)
 
 ae ($IV, $P, $A)
 

Protected Attributes

 $header
 Instance of ChaCha20 used to encrypt/decrypt additional data.
 
 $main
 Instance of ChaCha20 used to encrypt/decrypt plaintext/cipher data.
 

Detailed Description

ChaCha20 & Poly1305 combined to achieve AEAD.

Definition at line 17 of file ChaCha20Poly1305.php.


The documentation for this class was generated from the following file: