a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment
MrKain  ·  4174 days ago  ·  link  ·    ·  parent  ·  post: A simple hexadecimal "bignum" library, in C.

How much faster ? - If it takes possibly hours for 2048 bit keys , how long would it take with openSsl ? ( minutes ? seconds ? ) - Personally I'm interested in getting the most minimal rsa working , regardless of speed, and then work towards optimizing.. while maintaining a minimal framework.. - Although, my first language is 80x86 asm, I want to completely stay away from machine language, and see what is possible with carefully thought out C code.. In any case, I'm very excited by your post - I've literally been looking for something like this for years.. -