I am currently implement custom uint2048_t number for my project (rsa key for less bored :))))
I have implement multiply operation with document from my book (well, i dont know where i threw my book) and when i use default constructor for generate number from string (and operator* is the most important of it)
Is it possible to fix it or i need to rewrite it from start?
Code:
u2048.cpp [https://gist.github.com/Octopus-Computer/9c39193eae69cb2047aeb4aaccdb00c5]
u2048.h [https://gist.github.com/Octopus-Computer/7ea6216f9d8000d5c62c253035293bf9]
1