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