mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Rename NetworkCipher -> EncryptionContext
This commit is contained in:
@ -30,7 +30,7 @@ use function openssl_digest;
|
||||
use function strlen;
|
||||
use function substr;
|
||||
|
||||
class NetworkCipher{
|
||||
class EncryptionContext{
|
||||
private const ENCRYPTION_SCHEME = "AES-256-CFB8";
|
||||
private const CHECKSUM_ALGO = "sha256";
|
||||
|
Reference in New Issue
Block a user