Skip to main content

polyval/
hazmat.rs

1//! Hazardous materials: functionality which can be misused and needs to be used with care.
2//!
3//! <div class="warning">
4//! Functionality provided in this module is low-level and intended for constructing higher-level
5//! primitives as opposed to being used directly.
6//! </div>
7
8pub use crate::field_element::FieldElement;