ParagonIE_Sodium_Core_Base64_Common
Methods
1 to 6 of 6
- ParagonIE_Sodium_Core_Base64_Common::decode() – decode from base64 into binary
- ParagonIE_Sodium_Core_Base64_Common::decode6Bits() – Uses bitwise operators instead of table-lookups to turn 6-bit integers into 8-bit integers.
- ParagonIE_Sodium_Core_Base64_Common::doEncode() –
- ParagonIE_Sodium_Core_Base64_Common::encode() – Encode into Base64
- ParagonIE_Sodium_Core_Base64_Common::encode6Bits() – Uses bitwise operators instead of table-lookups to turn 8-bit integers into 6-bit integers.
- ParagonIE_Sodium_Core_Base64_Common::encodeUnpadded() – Encode into Base64, no = padding