Codebase list golang-github-minio-sha256-simd / 238e4b4
Apply multi-arch hints. + golang-github-minio-sha256-simd-dev: Add Multi-Arch: foreign. Changes-By: apply-multiarch-hints Debian Janitor 1 year, 4 months ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1818 Architecture: all
1919 Depends: ${misc:Depends},
2020 golang-github-klauspost-cpuid-dev (>= 2.0.4)
21 Multi-Arch: foreign
2122 Description: implementation of SHA256 using SIMD instructions for Intel and ARM
2223 sha256-simd accelerate SHA256 computations in pure Go for both Intel
2324 (AVX2, AVX, SSE) as well as ARM (arm64) platforms. Introduction This