|
|
|
|
|
by nathan_f77
3122 days ago
|
|
> Could you not create a protocol that constantly changes its hashing algorithm to combat ASICs? It might be interesting to combines all of the popular hash functions in a sequence. You could probably mix in some non-cryptographic hash functions in the middle as long as you use secure functions at the beginning and end of the sequence. e.g. SHA256 => MD5 => MurmurHash => BLAKE-256 You could even write an algorithm that uses the previous block hash to determine the next order of the hash function sequence. |
|