Closed nchashch closed 2 weeks ago
There are no cases where serialized data is hashed at the moment.
And bincode is fine for storing data in the database.
It would make sense to use borsh for hashing the serialized structured sidechain data for M1
after we implement it, but right now sidechain data is just a byte array.
https://borsh.io/
It is better for hashing.