Function
Factory function to create a SLH-DSA-SHAKE-192f signature instance
Initialized SLH-DSA-SHAKE-192f instance
createSlhDsaShake192f
If module initialization fails
import { createSlhDsaShake192f } from '@openforge-sh/liboqs';const sig = await createSlhDsaShake192f();const { publicKey, secretKey } = sig.generateKeyPair();sig.destroy(); Copy
import { createSlhDsaShake192f } from '@openforge-sh/liboqs';const sig = await createSlhDsaShake192f();const { publicKey, secretKey } = sig.generateKeyPair();sig.destroy();
Factory function to create a SLH-DSA-SHAKE-192f signature instance