Skip to content

Swift implementation of the xxHash hashing algorithm

License

Notifications You must be signed in to change notification settings

swift-cloud/swift-xxhash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swift-xxhash

A Swift implementation of the xxHash hashing algorithm.

Installation

Swift Package Manager

To use swift-xxhash in your project, add it as a dependency in your Package.swift file:

dependencies: [
    .package(url: "https://github.com/swift-cloud/swift-xxhash", from: "1.0.0")
]

Usage

import XXHash

let hash = XXH32().hash("Hello, world!")
print(hash) // 834093149

License

swift-xxhash is released under the MIT license.

About

Swift implementation of the xxHash hashing algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages