Skip to content

CoSignRequestAuthenticator

Defined in: src/signer/mpc-2p.ts:88

The A3 request authenticator — HMAC (or signature) over the canonical request bytes.

Methods

tag()

tag(canonicalRequest): `0x${string}` | Promise<`0x${string}`>

Defined in: src/signer/mpc-2p.ts:90

Authenticator tag over canonicalRequestBytes; the key stays inside.

Parameters

canonicalRequest

Uint8Array

Returns

`0x${string}` | Promise<`0x${string}`>