Store very big numbers in an integer in C -


i need store large number integer in c program, unsigned long int still small, need large data type still work modulo operator (%).

there several libraries can

if need cryptographic purposes (e.g. rsa hinted need of modulo arithmetic), openssl bn ideally suited


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -