crystals-kyber-ts icon indicating copy to clipboard operation
crystals-kyber-ts copied to clipboard

Typescript Implementation of CRYSTALS Kyber IND-CCA2-secure key encapsulation mechanism (KEM), whose security is based on the hardness of solving the learning-with-errors (LWE) problem over module lat...

Results 2 crystals-kyber-ts issues
Sort by recently updated
recently updated
newest added

Hey im working on exposing the pke so that we can use crystals kyber to encrypt 32-byte messages as well as also allowing to perform indcpa keygen using custom seed...

Running the following file with Node.js, I get the following error: ```js import {Kyber1024Handshake} from 'crystals-kyber-ts' ``` ``` node:internal/errors:490 ErrorCaptureStackTrace(err); ^ Error [ERR_MODULE_NOT_FOUND]: Cannot find module 'D:\Users\Jordan\Desktop\kyber-test\node_modules\crystals-kyber-ts\dist\services\kyber512.service' imported from D:\Users\Jordan\Desktop\kyber-test\node_modules\crystals-kyber-ts\dist\index.js...