/Opal-Base64

Implementation of base64 in Opal

Primary LanguageC

Opal-Base64

Implementation of base64 in the functional language Opal.

##Usage##

Encode base64:

e base64encode("mama")

Decode base64:

e base64decode("bWFtYQ==")