Module utils

Module utils 

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.