Still working on the restore side of things, but that can't be too difficult, can it?
bignum i; for (i=0;i<MAXBIGNUM;i++) { if (hash(i) == filehash) { break; } } fprintf("%Bd",i);
It was more of a pseudo code joke.
If you weren't serious, congratulations ;)
Still working on the restore side of things, but that can't be too difficult, can it?