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
Post a Comment