UNPKG

@signumjs/crypto

Version:

Cryptographic functions for building Signum Network apps.

7 lines (6 loc) 218 B
import { CryptoAdapter } from '../typings/cryptoAdapter'; export declare class Crypto { private static cryptoAdapter; static get adapter(): CryptoAdapter; static init(cryptoAdapter: CryptoAdapter): void; }