Skip to main content
Module

x/bls12_381/mod.ts

Fastest JS implementation of BLS12-381. Auditable, secure, 0-dependency aggregated signatures & pairings
Latest
File
// prettier-ignoreimport { getPublicKey, sign, verify, verifyBatch, aggregatePublicKeys, aggregateSignatures, pairing, PointG1, PointG2, utils} from './index.ts';
// prettier-ignoreexport { getPublicKey, sign, verify, verifyBatch, aggregatePublicKeys, aggregateSignatures, pairing, PointG1, PointG2, utils};