Swiftpack.co - anquii/RIPEMD160 as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by anquii.
anquii/RIPEMD160 v1.0.0
An implementation of RIPEMD-160 in Swift
⭐️ 0
🕓 2 years ago
iOS macOS
.package(url: "https://github.com/anquii/RIPEMD160.git", from: "v1.0.0")

RIPEMD160

Platform Swift Package Manager compatible License

An implementation of RIPEMD-160 in Swift. All credit goes to Martin R. for publishing the implemention here.

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/RIPEMD160.git", from: "1.0.0")

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

Usage

import RIPEMD160

let hash = RIPEMD160.hash(data: data)

License

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

GitHub

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

Related Packages

Release Notes

v1.0.0
2 years ago

Initial release of RIPEMD160.

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