Skip to content

PiCoPress/numtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synopsis

  1. Hybrid assignment of u8 array for BigInteger. For example, if an array that size is 5, it could be u32 + u8 (4 + 1 = 5). The similar library num-bigint works with Vec<u32>, but numtools is Box<[u8]>. Let's see a video.

benchmark asdf/src/main.rs

About

Multibyte number tools for Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages