//! A wrapper for distributed `RedDSA` on `JubJub` curve with only the `Spend Authorization`. //! //! Check or mod presign; pub mod sign; #[cfg(test)] mod test; pub use presign::{ JubjubBlake2b512, KeygenOutput, PresignArguments, PresignOutput, SignatureOption, presign, };