Documentation ¶ Index ¶ func HeavyHash(hash []byte, timestamp int64, nonce uint64) []byte type Client func New() *Client func NewKaspa() *Client func (c *Client) Compute(hash []byte, timestamp int64, nonce uint64) ([]byte, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func HeavyHash ¶ func HeavyHash(hash []byte, timestamp int64, nonce uint64) []byte Types ¶ type Client ¶ type Client struct{} func New ¶ func New() *Client func NewKaspa ¶ func NewKaspa() *Client func (*Client) Compute ¶ func (c *Client) Compute(hash []byte, timestamp int64, nonce uint64) ([]byte, error) Source Files ¶ View all Source files client.go heavyhash.go matrix.go Click to show internal directories. Click to hide internal directories.