vdf-classgroup 0.2.0

Class groups in Rust using GMP for arithmetic (maintained fork for vdf-rs)
Documentation
1
2
3
4
5
6
#[derive(PartialEq, Eq, PartialOrd, Ord, Clone, Copy, Hash, Debug)]
pub enum Sign {
    Negative,
    Zero,
    Positive,
}