New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

epolite

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

epolite - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

2

package.json

@@ -17,3 +17,3 @@ {

},
"version": "0.4.0",
"version": "0.5.0",
"description": "A public-private key library for post-quantum cryptography (early stage, use with caution)",

@@ -20,0 +20,0 @@ "bugs": {

import { ml_kem512 } from "@noble/post-quantum/ml-kem";
import { Buffer } from "buffer"; //for web
const VERSION = 4; //incremental versions, each one is not compatible with earlier ones.
const VERSION = 5; //incremental versions, each one is not compatible with earlier ones.

@@ -45,6 +45,3 @@ function makeBigInt(arr: number[]): string {

if(typeof document !== "undefined")
signBuilder = (await import("@dashlane/pqc-sign-falcon-512-browser") as any).default;
else
signBuilder = (await import("@dashlane/pqc-sign-falcon-512-node") as any).default;
signBuilder = (await import("@dashlane/pqc-sign-falcon-512-browser") as any).default;

@@ -51,0 +48,0 @@ const EPOLITE_PUBLIC_KEY_LABEL = "----------BEGIN EPOLITE PUBLIC KEY----------";

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc