Packages

This NIF complements Erlang with a fast and optimized way of encoding and decoding bulk Base64 data. Compliant with RFC4648 - The Base16, Base32, and Base64 Data Encodings.

Current section

Files

Jump to
b64fast rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{port_env, [{".*", "CFLAGS", "$CFLAGS -Wall -O2"}, {"ERL_LDFLAGS", " -L$ERL_EI_LIBDIR -lei"}]}.
{port_specs, [{"priv/b64fast.so", ["c_src/*.c"]}]}.
{plugins, [pc]}.
{provider_hooks,
[{pre, [
{compile, {pc, compile}},
{clean, {pc, clean}}
]}
]}.