#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
_______________________________________________
tor-bugs mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Reply via email to