good morning!!!!

Skip to content
Snippets Groups Projects
Commit 410b35e9 authored by Felix Lange's avatar Felix Lange
Browse files

crypto: make it easier to run Sha3 on multiple inputs

crypto.Sha3(append(foo, bar)) --> crypto.Sha3(foo, bar)
crypto.Sha3([]byte{}) --> crypto.Sha3()
parent 2e48d39f
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment