SubtreeHashCache

scalus.crypto.tree.SubtreeHashCache
See theSubtreeHashCache companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

In-memory cache backed by a mutable HashMap.

In-memory cache backed by a mutable HashMap.

Attributes

Concrete fields

No caching — every subtree hash is recomputed. O(N) per proof.

No caching — every subtree hash is recomputed. O(N) per proof.

Attributes