mirror of
https://github.com/luxfi/crypto.git
synced 2026-07-27 01:54:50 +00:00
Add stub packages for GPU-accelerated cryptography that return false for Available() to indicate GPU is not available: - gpu/gpu.go: General GPU crypto operations stub - pq/mlkem/gpu/gpu.go: ML-KEM GPU operations stub These stubs allow the precompile package to compile without requiring actual GPU hardware.