Expand description
Poly1305 backends
ModulesΒ§
- autodetect π
- Autodetection support for AVX2 CPU intrinsics on x86 CPUs, with fallback to the βsoftβ backend when itβs unavailable.
- avx2 π
- AVX2 implementation of the Poly1305 state machine.
- soft π
- Software implementation of the Poly1305 state machine.