Felix Lange 410b35e913 crypto: make it easier to run Sha3 on multiple inputs
crypto.Sha3(append(foo, bar)) --> crypto.Sha3(foo, bar)
crypto.Sha3([]byte{}) --> crypto.Sha3()
2015-02-06 00:00:36 +01:00
..
2015-01-31 17:50:28 +01:00
2015-01-22 00:25:00 +01:00
2014-12-10 00:02:43 +01:00
2014-12-12 22:38:54 +01:00
2014-10-31 12:37:43 +01:00
2015-01-28 05:12:57 +01:00
2015-01-22 00:35:00 +01:00
2014-10-31 12:37:43 +01:00
2014-10-31 12:37:43 +01:00
2014-10-31 12:37:43 +01:00
2014-10-31 12:37:43 +01:00