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