Skip to content

@pqc-sdk/core / SUPPORTED_ALGORITHMS

Variable: SUPPORTED_ALGORITHMS

const SUPPORTED_ALGORITHMS: readonly ["ml-kem-768", "ml-dsa-65", "x-wing"]

Implemented PQC algorithms (FIPS 203, FIPS 204, and the X-Wing hybrid KEM from draft-connolly-cfrg-xwing-kem-10).

Example

ts
import { SUPPORTED_ALGORITHMS } from '@pqc-sdk/core';

SUPPORTED_ALGORITHMS.includes('ml-kem-768'); // true
SUPPORTED_ALGORITHMS.includes('x-wing'); // true