Commit b44d37ac authored by Andy Gauge's avatar Andy Gauge
Browse files

Began bn module documenation

parent 67ca96a0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
//! BigNum implementation
//!
//! 
use ffi;
use foreign_types::{ForeignType, ForeignTypeRef};
use libc::c_int;