UNPKG

crystals-kyber-ts

Version:

KYBER is an IND-CCA2-secure key encapsulation mechanism (KEM).

13 lines (12 loc) 293 B
import { KyberService } from "./kyber.service"; /** * Kyber KEM 1024 implementation */ export declare class Kyber1024Service extends KyberService { private static paramsK; constructor(); /** * String representation of the Kyber version */ getAlgorithm(): string; }