finite-fields 0.5.2

Traits and types for computations on finite fields.
Documentation
1
2
3
4
5
6
#![allow(non_camel_case_types)]
#[macro_use] extern crate finite_fields;

binary_type! { b2, 2 }

fn main() {}