/// This module contains the definition of the `Scalar` trait, which is used to represent the scalar field used in Proof of SQL.
pub use Scalar;
pub use ScalarConversionError;
/// TODO add doc
pub use MontScalar;
/// Module for a test Scalar
pub use test_scalar_constants;
pub use ScalarExt;