Skip to content

mdaxter/Bignum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swift big number library

A big number library for Swift, backed by OpenSSL. Not all methods are currently provided, but can be added if needed.

let result = Bignum("2") + Bignum("3") * Bignum("4") / Bignum("2")
assert(result == Bignum("8"))

About

Swift big number library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 100.0%