Anoma.RM.Transparent.Primitive.DeltaHash (Anoma v0.31.0)
I am the Delta Hash module for the TRM.
I provide the core interfaces necessary for the delta manipulation.
Public API
I have the following public functionality:
Summary
Functions
I am the delta decode function.
I am the delta add function.
I am the delta sub function.
Given a delta-preimage - i.e. a map - I make it into a noun, jamming the result.
Functions
decode(delta)
I am the delta decode function.
Given an integer, I cue it to see the underlying noun. Afterwards, I put it into the Elixir map format.
delta_add(delta1, delta2)
I am the delta add function.
Given two deltas, I decode them into their underlying maps, merge them appropriately, and hash bringing them to the integer format.
delta_sub(delta1, delta2)
I am the delta sub function.
Given two deltas, I decode them into their underlying maps, negate the second argument and then merge them appropriately, hashing the result.
hash(delta)
Given a delta-preimage - i.e. a map - I make it into a noun, jamming the result.