UNPKG

bip322-js

Version:

A Javascript library that provides utility functions related to the BIP-322 signature scheme

6 lines (5 loc) 224 B
import BIP322 from "./BIP322"; import Signer from "./Signer"; import Verifier from "./Verifier"; import { Address, BIP137, Key, Witness } from "./helpers"; export { BIP322, Signer, Verifier, Address, BIP137, Key, Witness };