Skip to main content

Module packed

Module packed 

Source
Expand description

Traits for packed field elements which support SIMD implementations.

Interfaces are derived from plonky2.

Traits§

PackedBinaryField
A helper trait to make the generic bounds shorter
PackedField
A packed field represents a vector of underlying field elements.

Functions§

get_packed_slice
get_packed_slice_unchecked
Returns the scalar at the given index without bounds checking.
set_packed_slice_unchecked
Sets the scalar at the given index without bounds checking.