@helios-lang/crypto
Advanced tools
Comparing version 0.1.11 to 0.1.12
{ | ||
"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
240730
6586