Module backend

Module backend 

Source
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.