gehaxelt / Opal-Base64

Implementation of base64 in Opal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Opal-Base64

Implementation of base64 in the functional language Opal.

##Usage##

Encode base64:

e base64encode("mama")

Decode base64:

e base64decode("bWFtYQ==")

About

Implementation of base64 in Opal


Languages

Language:C 100.0%