UNPKG

crystals-kyber-ts

Version:

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

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