Skip to content
This repository was archived by the owner on Aug 15, 2018. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 597 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 597 Bytes

go-base64

GoDoc Build Status

An efficient base64 implementation for Golang.

go-base64 provides base64 encoding and decoding using a SIMD implementation on x86-64.

Download

go get github.com/tmthrgd/go-base64

Benchmark

License

Unless otherwise noted, the go-base64 source files are distributed under the Modified BSD License found in the LICENSE file.