UNPKG

@synet/core

Version:

Core cryptographic and identity primitives for Synet agents.

4 lines (3 loc) 203 B
export declare function sha256Hex(input: string | Buffer): string; export declare function sha256Base64(input: string | Buffer): string; export declare function hashToAgentId(publicKey: string): string;