ChainSafe / blst-ts

Typescript wrapper for https://github.com/supranational/blst native bindings, a highly performant BLS12-381 signature library
Other
18 stars 13 forks source link

v0.2.0 #41

Closed dapplion closed 3 years ago

dapplion commented 3 years ago

Breaking changes:

type SignatureSet = { msg: Uint8Array; pk: PublicKey; sig: Signature; };