pub fn batch_double_sha256_aligned(inputs: &[&[u8]]) -> Vec<CacheAlignedHash>Expand description
Batch double SHA256 with cache-aligned output
Returns cache-aligned hash structures for better memory performance. Uses 32-byte alignment for optimal cache line utilization.
§Arguments
inputs- Slice of byte slices to hash
§Returns
Vector of cache-aligned 32-byte hashes, one per input (in same order)