SpacetimeDB icon indicating copy to clipboard operation
SpacetimeDB copied to clipboard

Add `AlgebraicType/Value::U256`

Open Centril opened this issue 1 year ago • 1 comments

Many cryptographic hashes result in 32 byte (256 bit) outputs, and storing this as a Box<U256> is about as cheap as we can make it. This new variant/type would be helpful for e.g., Identity.

Centril avatar Apr 16 '24 07:04 Centril

Should probably use https://docs.rs/ethnum/latest/ethnum/index.html.

Centril avatar Apr 16 '24 13:04 Centril