@lelantos-org/sdk / crypto / cryptoContextIfReady
Function: cryptoContextIfReady() โ
ts
function cryptoContextIfReady(): CryptoContext | undefined;Defined in: @lelantos-org/sdk/dist/crypto/context.d.ts:26
The shared context if already built, otherwise undefined.
For callers that must not trigger a wasm load โ a synchronous fast path that falls back when the context is cold.
Returns โ
CryptoContext | undefined