Skip to content
/ Base64 Public

Base64 encoding / decoding with SIMD-support, also base64Url

License

Notifications You must be signed in to change notification settings

gfoidl/Base64

Repository files navigation

Azure Pipelines
Build Status

gfoidl.Base64

A library for base64 encoding / decoding, as well as base64url support.
For .NET Core 2.1+ encoding / decoding is done with SIMD-support.

Note

This project is WIP, as hardware intrinsics in .NET Core are also WIP.