[tor-bugs] #17783 [Tor]: Pull in a SHA-3 implementation.

Tor Bug Tracker & Wiki blackhole at torproject.org
Thu Dec 10 18:15:12 UTC 2015


#17783: Pull in a SHA-3 implementation.
-----------------------------+------------------------------------
 Reporter:  yawning          |          Owner:  yawning
     Type:  enhancement      |         Status:  needs_revision
 Priority:  Medium           |      Milestone:  Tor: 0.2.8.x-final
Component:  Tor              |        Version:  Tor: unspecified
 Severity:  Normal           |     Resolution:
 Keywords:  tor-core crypto  |  Actual Points:
Parent ID:                   |         Points:
  Sponsor:                   |
-----------------------------+------------------------------------

Comment (by nickm):

 also, compiler warning:
 {{{
 src/test/test_crypto.c:562:21: error: comparison of integers of different
 signs:
       'int' and 'unsigned long' [-Werror,-Wsign-compare]
   for (int i = 0; i < sizeof(msg); i++)
                   ~ ^ ~~~~~~~~~~~
 src/test/test_crypto.c:564:21: error: comparison of integers of different
 signs:
       'int' and 'unsigned long' [-Werror,-Wsign-compare]
   for (int i = 0; i < sizeof(out); i++)
                   ~ ^ ~~~~~~~~~~~
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/17783#comment:9>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list