mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-09 14:48:13 -05:00
remove modulus trait
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
mod boolean;
|
||||
|
||||
pub use boolean::Bool;
|
||||
|
||||
/// An element that has some modulus
|
||||
pub trait HasModulus {
|
||||
/// The modulus of the wire.
|
||||
fn modulus(&self) -> u16;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user