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

    Function createSlhDsaShake256f

    • Function

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

      Returns Promise<SlhDsaShake256f>

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