#![forbid(unsafe_code)]// XXX: Change this to deny later on
#![warn(unused_attributes, unused_imports, unused_mut, unused_must_use)]// Internal macros. Must come first!
#[macro_use]pub(crate)modmacros;// As usual, we will use this file to carefully define the API/ what we expose to the user
pubmodconstants;pubmodcurve;pubmoddecaf;modfield;pubmodristretto;pubusefield::Scalar;