Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 358 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 358 Bytes

Swift-BigInt

Carthage compatible

Add swift library to add support for big numbers. Swift-BigInt is a wrapper around the magestic library libtommath.

TODO:

Shifting, GCD, Squaring, isPrime, genRandomPrime, Bitwise ops (XOR, AND, NOT, OR)