Skip to main content

wotsSign

@totemsdk/core


@totemsdk/core / wotsSign

Variable: wotsSign

const wotsSign: (seed, key_index, message) => Uint8Array = wots_sign_wasm

Sign a message using WOTS. Returns 1088-byte signature.

Parameters

seed

Uint8Array

key_index

number

message

Uint8Array

Returns

Uint8Array