Dummy 256-bits Digest impl.
This digest stores/accepts a value of the proper length.
To be used for / with already hashed values, just to comply with the Digest contract.
An implementation of u256 that is using strings for JSON encoding/decoding,
such that the full u256 range can be used for clients that convert JSON numbers to floats,
like JavaScript and jq.