Sha256: 7887ccf48b7dc570f6280c86a06ad3ba4e149f5789b9e49a39b6e6278dea57ca

Contents?: true

Size: 415 Bytes

Versions: 1

Compression:

Stored size: 415 Bytes

Contents

import { TBinaryIn } from './interface';
import 'node-forge/lib/sha256';
export declare const _hashChain: (input: TBinaryIn) => Uint8Array;
export declare const sha256: (input: TBinaryIn) => Uint8Array;
export declare const blake2b: (input: TBinaryIn) => Uint8Array;
export declare const keccak: (input: TBinaryIn) => Uint8Array;
export declare const hmacSHA256: (message: TBinaryIn, key: TBinaryIn) => Uint8Array;

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
waves_lib-0.1.0 js/node_modules/@waves/ts-lib-crypto/crypto/hashing.d.ts