Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 678 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 678 Bytes

BigInteger.c

C Based model to work with Big Integers

Correctly tested working with up to 4096 digits integer and double (on the master branch).

This architecture was made during my Degree final paper (TFG, in Spain), to cover an RSA cryptoanalsys.

Check full documentation

Want to know more?

Just reach me an email at doscar.sole@gmail.com, or tweet me @DoHITB or @ESC_ILU. Will be happy to talk and share some fun facts with you!

What's Next?

There is a plan for several releases, that will be ongoing on the future.

  • Make "nqrt" and "bipow" works on BigDouble
  • Make "operate" functionality works (pending unit test)