Switch to using 64-bit digits, adding a dependency on u128 support.

This commit is contained in:
2018-02-28 10:25:14 -08:00
parent 8746bf3e08
commit 093555b17d
2 changed files with 113 additions and 96 deletions

View File

@@ -1,3 +1,4 @@
#![feature(i128_type)]
//! # Simple Crypto: A quaint little crypto library for rust.
//!
//! This is the simple_crypto library. Its goal is to provide straightforward