Synonyms
hemera/roadmap/zero-alloc
zero-alloc core β no_std, fixed-size, embedded-ready the core `cyber-hemera` crate is `#![no_std]` with zero heap allocation in the hashing path. the Hasher, permutation, field arithmetic, and sponge all operate on fixed-size stack-resident buffers. suitable for embedded systems, WASM targets, andβ¦