can anybody tell me how to multiply two linked lists??

i want to multiply large nos., consisting of hundreds of digit.
i have stored the nos in link list form as one digit per node.
now how to perform the multiplication???

or

is there any other way to multiply large nos???