Module: XXH3

Defined in:
lib/xxh3.rb,
lib/xxh3/version.rb

Overview

XXH3 — Ruby bindings for the pure-Rust ‘xxhash-rust` crate.

Provides both the 64-bit (‘XXH3::Digest64`) and 128-bit (`XXH3::Digest128`) variants of Yann Collet’s XXH3 hash, exposed through a standard ‘Digest::Class`-compatible API. For `Digest::XXH3` / `Digest::XXH128` aliases, `require “digest/xxh3”` instead.

Defined Under Namespace

Classes: Digest128, Digest64

Constant Summary collapse

VERSION =
"0.1.0"