UNPKG

ts-nkeys

Version:

A public-key signature system based on Ed25519 for the NATS ecosystem in typescript for ts-nats and node-nats

6 lines (5 loc) 167 B
/// <reference types="node" /> export declare class crc16 { static checksum(data: Buffer): number; static validate(data: Buffer, expected: number): boolean; }