Skip to content
Commit 31c8bdb3 authored by Tomasz Kantecki's avatar Tomasz Kantecki Committed by Tomás Agustín González Orlando
Browse files

avx2: [gcm] AVX2 YMM/256-bit GCM implementation based on AVX2 XMM/128-bit one

Two loops co-exist at the moment:
- by 16, used for messages longer than 512 bytes
- by 8, used for smaller messages or to finish last blocks of long message (partial blocks)
- AVX2 and AVX512 GHASH key compute need to be different than the AVX one (different hash key layout)
parent 19408905
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment