c - Modular arihmetics in AtMega -


i developing device firmware cryptographic functions. use codevisionavr ide , atmega324 microcontroller. need implement modular exponentiation function this:

unsigned long xpowymodn(unsigned long x, unsigned long y, unsigned long n) 

but there no data types bigger long types in codevisionavr! is way implement function without operating numbers more 2^32-1(long)?


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -