Skip to content

yeeth/Multihash.swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multihash.swift

Build Status License

This repository implements Multihash in Swift.

Getting Started

This library is built with the consideration of keeping it easy to include in your projects.

Import

The Multihash.swift package can be easily imported into your project using the swift package manager.

dependencies: [
    .package(url: "https://github.com/yeeth/Multihash.swift.git", from: "1.0.0"),
],
targets: [
    .target(name: "MyTarget", dependencies: ["Multihash"]),
]

Usage

let hash = Multihash(base58: "5drNu81uhrFLRiS4bxWgAkpydaLUPW")!
hash.code
hash.digest

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Releases

No releases published

Packages

No packages published

Languages