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
- Host: GitHub
- URL: https://github.com/mattrubin/bases
- Owner: mattrubin
- License: mit
- Created: 2015-03-29T03:54:19.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2022-06-23T03:23:27.000Z (over 3 years ago)
- Last Synced: 2024-05-09T16:27:09.654Z (over 1 year ago)
- Topics: base16, base32, base64, decoding, encoding, rfc4648, swift
- Language: Swift
- Homepage: https://tools.ietf.org/html/rfc4648
- Size: 235 KB
- Stars: 8
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Bases
[](https://travis-ci.com/mattrubin/Bases)
[](https://codecov.io/gh/mattrubin/Bases)



[](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).