Function PreImageInfo.opIndex

Compute the preimage at target

geod24.bitblob.BitBlob!(64L) opIndex (
  Height target
) pure nothrow @nogc @safe const;

This method returns this.hash after hashing it height - this.height times.

Parameters

NameDescription
target The target height. Must be lesser or equal to this.height.

Returns

The resulting hash.