@transmute/bbs-bls12381-signature-2020
Version:
Transmute implementation of https://w3id.org/security/suites/bls12381-2020
9 lines (8 loc) • 334 B
text/typescript
export * from "./BbsBlsSignature2020ProofType";
export * from "./CreateVerifyDataOptions";
export * from "./VerifyProofOptions";
export * from "./VerifySignatureOptions";
export * from "./DeriveProofOptions";
export * from "./BbsBlsSignatureProof2020ProofType";
export * from "./CanonizeOptions";
export * from "./VerifyProofResult";