Swiftpack.co - anquii/Base58 as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by anquii.
anquii/Base58 v1.0.1
An implementation of Base58 in Swift
⭐️ 0
🕓 1 year ago
iOS macOS
.package(url: "https://github.com/anquii/Base58.git", from: "v1.0.1")

Base58

Platform Swift Package Manager compatible License

An implementation of Base58 in Swift. All credit goes to keefertaylor for publishing the implemention here, and to a2hill for fixing this issue.

Platforms

  • macOS 10.15+
  • iOS 13+

Installation

Swift Package Manager

Add the following line to your Package.swift file:

.package(url: "https://github.com/anquii/Base58.git", from: "1.0.0")

...or integrate with Xcode via File -> Swift Packages -> Add Package Dependency... using the URL of the repository.

Usage

import Base58

let base58: Base58Coding = Base58()
let encodedString = base58.encode(data: data)
let decodedData = try base58.decode(string: encodedString)

License

Base58 is licensed under the terms of the MIT license. See the LICENSE file for more information.

GitHub

link
Stars: 0
Last commit: 1 year ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Dependencies

Release Notes

v1.0.1
1 year ago

Updated the source control requirements of the dependency graph.

Full Changelog: https://github.com/anquii/Base58/compare/v1.0.0...v1.0.1

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics