WPDev.one
Core Class

ParagonIE_Sodium_Core_Base64_Original

class ParagonIE_Sodium_Core_Base64_Original // Constructor: function Object() { [native code] }

Class ParagonIE_Sodium_Core_Base64

Methods 6 methods

Method / Return Description
encode()
string

Encode into Base64

Parameters: $src: mixed
encodeUnpadded()
string

Encode into Base64, no = padding

Parameters: $src: mixed
doEncode()
string

No description available.

Parameters: $src: mixed, $pad: mixed
decode()
string

decode from base64 into binary

Parameters: $src: mixed, $strictPadding: mixed
decode6Bits()
int

Uses bitwise operators instead of table-lookups to turn 6-bit integers

Parameters: $src: mixed
encode6Bits()
string

Uses bitwise operators instead of table-lookups to turn 8-bit integers

Parameters: $src: mixed

Class Information

Source File
wp-includes/sodium_compat/src/Core/Base64/Original.php
Advertisement