On Thu, Sep 8, 2011 at 1:18 PM, coderman wrote:
[...]
>> My question is... Why wasn't AES-NI taken advantage of by default? Why
>> did I have to come across it by accident?
>
> some engines are actually slower than host optimized code.
>
> hw accel is experimental, and by default all providers in
On Thu, Sep 8, 2011 at 7:40 AM, wrote:
> ...
> new laptop has the AES-NI CPU instruction set. I added this to my torrc:
>
> HardwareAccel 1
> AccelName aesni
>
> And now when I start Tor I get this:
>
> [notice] Using OpenSSL engine Intel AES-NI engine [aesni] for AES
nice! glad to know this
Hi,
I was just reading through the tor man page, and I came across the
HardwareAccel and AccelName options. This peaked my interest because my
new laptop has the AES-NI CPU instruction set. I added this to my torrc:
HardwareAccel 1
AccelName aesni
And now when I start Tor I get this:
[notic