[tor-bugs] #10026 [Tor bundles/installation]: progress on Win64 Tor
Tor Bug Tracker & Wiki
blackhole at torproject.org
Mon Oct 28 11:39:07 UTC 2013
#10026: progress on Win64 Tor
------------------------------------------+-----------------------
Reporter: erinn | Owner: mikeperry
Type: enhancement | Status: assigned
Priority: normal | Milestone:
Component: Tor bundles/installation | Version:
Resolution: | Keywords:
Actual Points: | Parent ID:
Points: |
------------------------------------------+-----------------------
Comment (by cypherpunks):
Unknown code and strings are:
{{{
unsigned char hexdig[256];
static void htinit (unsigned char *h, unsigned char *s, int inc)
{
int i, j;
for(i = 0; (j = s[i]) !=0; i++)
h[j] = i + inc;
}
void hexdig_init_D2A (void)
{
#define USC (unsigned char *)
htinit(hexdig, USC "0123456789", 0x10);
htinit(hexdig, USC "abcdef", 0x10 + 10);
htinit(hexdig, USC "ABCDEF", 0x10 + 10);
}
}}}
No random bytes. And no more reference too those.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/10026#comment:12>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list