Skip to content

The implementation of 1024 bit number to support operations of addition, subtraction and multiplication in C language.

Notifications You must be signed in to change notification settings

TheBlueDestroyer19/bigint-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bigint-implementation

The implementation of 1024 bit number to support operations of addition, subtraction and multiplication in C language. The implementation makes use of integer array of size 35 to store each nine digits in the array. The storage follows greater endian system of representation. All the operations are implemented keeping this point in view.

About

The implementation of 1024 bit number to support operations of addition, subtraction and multiplication in C language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages