Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

epolite

Package Overview
Dependencies
Maintainers
0
Versions
11
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.0.5 to 0.0.6

5

package.json

@@ -14,5 +14,6 @@ {

"@dashlane/pqc-sign-falcon-512-node": "^1.0.0",
"@noble/post-quantum": "^0.2.0"
"@noble/post-quantum": "^0.2.0",
"buffer": "^6.0.3"
},
"version": "0.0.5",
"version": "0.0.6",
"description": "A public-private key library for post-quantum cryptography (early stage, use with caution)",

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

@@ -1,6 +0,3 @@

/*
For this file, assume any instances of "alice" is you, and "bob" is the person you're communicating with.
*/
import { ml_kem512 } from '@noble/post-quantum/ml-kem';
import { Buffer } from 'buffer'; //for web

@@ -7,0 +4,0 @@ interface SIGN {

bun.lockb

Sorry, the diff of this file is not supported yet

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