An open API service indexing awesome lists of open source software.

https://github.com/mattrubin/bases

⚾️ Base16 and Base32 encoding in Swift
https://github.com/mattrubin/bases

base16 base32 base64 decoding encoding rfc4648 swift

Last synced: 6 months ago
JSON representation

⚾️ Base16 and Base32 encoding in Swift

Awesome Lists containing this project

README

          

# Bases

[![Build Status](https://travis-ci.com/mattrubin/Bases.svg?branch=develop)](https://travis-ci.com/mattrubin/Bases)
[![Code Coverage](https://img.shields.io/codecov/c/github/mattrubin/Bases/develop.svg)](https://codecov.io/gh/mattrubin/Bases)
![Swift 5.0](https://img.shields.io/badge/swift-5.0-orange.svg)
![Available via Carthage and SPM](https://img.shields.io/badge/via-Carthage%20%7C%20SPM-MediumSlateBlue.svg)
![Platforms: iOS, macOS, tvOS, watchOS, Linux](https://img.shields.io/badge/platforms-iOS%20%7C%20macOS%20%7C%20tvOS%20%7C%20watchOS%20%7C%20Linux-blue.svg)
[![MIT License](https://img.shields.io/badge/license-MIT-lightgray.svg)](LICENSE.md)

Bases is a collection of small Swift libraries for Base16, Base32, and (eventually) Base64 encoding/decoding, as standardized in [RFC 4648](https://tools.ietf.org/html/rfc4648).

## License

Bases is released under the [MIT License](LICENSE.md).