ELFHash.hash

Computes the ELFHash digest of the given data.

class ELFHash
static pure
ubyte[]
hash
(
ubyte[] data
)

Parameters

data ubyte[]

The input byte array for which the ELFHash digest is to be computed.

Return Value

Type: ubyte[]

A byte array representing the computed ELFHash digest.

Meta