Module curve25519_dalek::backend::vector::packed_simd

source ·
Available on curve25519_dalek_backend="simd" only.
Expand description

This module defines wrappers over platform-specific SIMD types to make them more convenient to use.

UNSAFETY: Everything in this module assumes that we’re running on hardware which supports at least AVX2. This invariant must be enforced by the callers of this code.

Structs§