mirror of
https://github.com/Rushilwiz/dear-anon.git
synced 2025-04-19 11:40:16 -04:00
8 lines
98 B
PHP
8 lines
98 B
PHP
<?php
|
|
namespace ParagonIE\Sodium\Core;
|
|
|
|
class BLAKE2b extends \ParagonIE_Sodium_Core_BLAKE2b
|
|
{
|
|
|
|
}
|