Files
crypto/pq
Zach Kelling b8779dcb89 feat: add GPU stub packages for crypto operations
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.
2025-12-27 05:37:21 -08:00
..