in reply to Re: modular exponentiation with arbitrary precision binary numbers (did I say RSA?)
in thread modular exponentiation with arbitrary precision binary numbers (did I say RSA?)
Note that Perl supports binary operations on "arbitrary length" strings so this could be done using real bits instead of '0' and '1' chars. Of course, some logic would have to be reworked since you can't append one bit to a string.
- tye (but my friends call me "Tye")
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (tye)Re: modular exponentiation with arbitrary precision binary numbers (did I say RSA?)
by jhanna (Scribe) on Dec 01, 2000 at 01:30 UTC | |
|
Re: (tye)Re: modular exponentiation with arbitrary precision binary numbers (did I say RSA?)
by jhanna (Scribe) on Dec 01, 2000 at 01:38 UTC | |
by tye (Sage) on Dec 01, 2000 at 01:52 UTC |