Skip to content

SignerStealthCrypto

Defined in: ootle/src/signer.ts:67

The exact subset of StealthCryptoProvider that Signer.addStealthSignature needs.

Defined here alongside Signer so the stealth-agnostic core never depends on the stealth module’s full surface. The wider StealthCryptoProvider is structurally a supertype, so WasmStealthCrypto and FakeStealthCrypto flow through as-is.

stealthDhSecret(networkByte, ownerSecret, publicNonce): Promise<Uint8Array<ArrayBufferLike>>

Defined in: ootle/src/signer.ts:68

number

Uint8Array

Uint8Array

Promise<Uint8Array<ArrayBufferLike>>