mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 12:49:23 +00:00
Fully document crypto/
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
||||
#![no_std]
|
||||
#![doc = include_str!("../README.md")]
|
||||
|
||||
mod backend;
|
||||
|
||||
pub mod scalar;
|
||||
mod scalar;
|
||||
pub use scalar::Scalar;
|
||||
|
||||
pub mod field;
|
||||
mod field;
|
||||
pub use field::FieldElement;
|
||||
|
||||
pub mod point;
|
||||
mod point;
|
||||
pub use point::Point;
|
||||
|
||||
Reference in New Issue
Block a user