Docs.rs
clock-hash-1.0.0
clock-hash 1.0.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
MicroHD
Dependencies
criterion ^0.8.1
dev
proptest ^1.9.0
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module utils
clock_
hash
1.0.0
Module utils
Module Items
Functions
In crate clock_
hash
clock_hash
Module
utils
Copy item path
Source
Expand description
Utility functions for ClockHash-256
Provides rotation operations and helper functions.
Functions
ยง
rotl8
Rotate an 8-bit byte left by n bits.
rotl64
Rotate a 64-bit word left by n bits.
rotr64
Rotate a 64-bit word right by n bits.