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.
Methods
Section titled “Methods”stealthDhSecret()
Section titled “stealthDhSecret()”stealthDhSecret(
networkByte,ownerSecret,publicNonce):Promise<Uint8Array<ArrayBufferLike>>
Defined in: ootle/src/signer.ts:68
Parameters
Section titled “Parameters”networkByte
Section titled “networkByte”number
ownerSecret
Section titled “ownerSecret”Uint8Array
publicNonce
Section titled “publicNonce”Uint8Array
Returns
Section titled “Returns”Promise<Uint8Array<ArrayBufferLike>>