Appearance
@pqc-sdk/core / SUPPORTED_ALGORITHMS
Variable: SUPPORTED_ALGORITHMS
constSUPPORTED_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