ParagonIE_Sodium_Core_Base64_Common::encode6Bits() protected WP 1.0
Uses bitwise operators instead of table-lookups to turn 8-bit integers into 6-bit integers.
{} It's a method of the class: ParagonIE_Sodium_Core_Base64_Common{}
No Hooks.
Return
String
. Null. Nothing.
Usage
$result = ParagonIE_Sodium_Core_Base64_Common::encode6Bits( $src );
- $src(int) (required)
- -
Code of ParagonIE_Sodium_Core_Base64_Common::encode6Bits() ParagonIE Sodium Core Base64 Common::encode6Bits WP 5.7
abstract protected static function encode6Bits($src);