UNPKG

@ltonetwork/http-message-signatures

Version:

Implementation of the IETF HTTP Message Signatures draft standard

3 lines (2 loc) 121 B
export declare function encode(buffer: Uint8Array): string; export declare function decode(message: string): Uint8Array;