@openforge-sh/liboqs - v0.14.3
    Preparing search index...

    Function createSlhDsaShake128f

    • Function

      Factory function to create a SLH-DSA-SHAKE-128f signature instance

      Returns Promise<SlhDsaShake128f>

      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();