UNPKG

@hashgraph/cryptography

Version:

Cryptographic utilities and primitives for the Hiero SDK

6 lines (5 loc) 133 B
/** * @param {Uint8Array} data * @returns {Promise<Uint8Array>} */ export function digest(data: Uint8Array): Promise<Uint8Array>;