Skip to content

@pqc-sdk/core / SUPPORTED_ALGORITHMS

Variable: SUPPORTED_ALGORITHMS

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

Implemented PQC algorithms (FIPS 203 and FIPS 204).

Example

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

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