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

@helios-lang/crypto

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@helios-lang/crypto - npm Package Compare versions

Comparing version 0.1.11 to 0.1.12

2

package.json
{
"name": "@helios-lang/crypto",
"version": "0.1.11",
"version": "0.1.12",
"description": "Cryptography primitives used throughout HeliosLang codebase",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -16,1 +16,5 @@ export { hashToG1, hashToG2 } from "./hash/index.js"

export { finalVerify, millerLoop } from "./pairing.js"
/**
* @typedef {import("./fields/index.js").FieldElement12} FieldElement12
*/
export { F12 } from "./fields/index.js";
export type FieldElement12 = import("./fields/index.js").FieldElement12;
export { hashToG1, hashToG2 } from "./hash/index.js";

@@ -3,0 +4,0 @@ export { affineCurve1 as G1Affine, projectedCurve1 as G1, affineCurve2 as G2Affine, projectedCurve2 as G2 } from "./curves/index.js";

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