Class Hm_Sodium_PECL

Support for libsodium PECL package, and the upcoming PHP 7.2 built in extension The 2 versions of libsodium differ in the following ways:

PECL uses a Sodium namespace, the PHP version does not PECL exposes the extension as "libsodium", the PHP verions is "sodium" PHP prefixes functions and constants with "sodium_"

Methods