Skip to content

adamant-api / index / createHashFromPassphrase

Function: createHashFromPassphrase()

ts
function createHashFromPassphrase(passphrase): NonSharedBuffer;

Defined in: src/helpers/keys.ts:27

Applies the protocol-compatible ADM passphrase hashing procedure.

Parameters

ParameterType
passphrasestring

Returns

NonSharedBuffer

Released under the GPL-3.0 License.