UNPKG

foundry-primitives

Version:
9 lines (8 loc) 203 B
import { Signature } from "./ed25519"; import { Key } from "./key"; export declare class Crypto { static init(): Promise<Crypto>; key: Key; signature: Signature; private constructor(); }