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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c++ - CryptStringToBinary API behavior -