Skip to main contentModule crypto
Source - avx2_batch
- AVX2-optimized batch SHA256 hashing
- cpu_features
- CPU feature detection for runtime optimization selection
- hash_compare
- SIMD-optimized hash comparison utilities
- int_ops
- Optimized integer arithmetic operations for hot paths
- sha256_avx2
- AVX2-optimized SHA256 implementation
- sha_ni
- Intel SHA Extensions (SHA-NI) optimized SHA256
- simd_bytes
- SIMD-optimized byte array operations
- OptimizedSha256
- Optimized SHA256 hasher with CPU feature detection
- hash256
- Convenience function for double SHA256 hash (Bitcoin standard)
- sha256
- Convenience function for single SHA256 hash