mirror of
https://github.com/arnaucube/blindsecp256k1-js.git
synced 2026-02-06 19:06:42 +01:00
Exporting big integer and point
This commit is contained in:
@@ -8,6 +8,8 @@ const G = ecparams.G
|
||||
const n = ecparams.n as BigInteger
|
||||
|
||||
export { ecparams }
|
||||
export { BigInteger }
|
||||
export { Point }
|
||||
|
||||
export type UserSecretData = { a: BigInteger, b: BigInteger, f: Point }
|
||||
export type UnblindedSignature = { s: BigInteger, f: Point }
|
||||
|
||||
Reference in New Issue
Block a user