UNPKG

ess-ts

Version:

Enhanced Security Services (ESS) in TypeScript

6 lines 355 B
import { ASN1Element as _Element, OCTET_STRING } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; export declare type Hash = OCTET_STRING; export declare function _decode_Hash(el: _Element): Uint8Array; export declare function _encode_Hash(value: Hash, elGetter: $.ASN1Encoder<Hash>): _Element; //# sourceMappingURL=Hash.ta.d.ts.map