UNPKG

@wildboar/pkcs

Version:
16 lines 537 B
import { OCTET_STRING } from "@wildboar/asn1"; import * as $ from "@wildboar/asn1/functional"; /** * @summary MessageAuthenticationCode * @description * * ### ASN.1 Definition: * * ```asn1 * MessageAuthenticationCode ::= OCTET STRING * ``` */ export type MessageAuthenticationCode = OCTET_STRING; export declare const _decode_MessageAuthenticationCode: $.ASN1Decoder<OCTET_STRING>; export declare const _encode_MessageAuthenticationCode: $.ASN1Encoder<OCTET_STRING>; //# sourceMappingURL=MessageAuthenticationCode.ta.d.mts.map