UNPKG

navio-blsct

Version:

TypeScript bindings for the `libblsct` library used by the [Navio](https://nav.io/) blockchain to construct confidential transactions based on the BLS12-381 curve.

11 lines (10 loc) 279 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BlindingKey = void 0; const scalar_1 = require("../../scalar"); class BlindingKey extends scalar_1.Scalar { constructor(obj) { super(obj); } } exports.BlindingKey = BlindingKey;