@markssl/asn1
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

ASN1

import { ASN1 } from '@markssl/asn1'

ASN1(['02', '01', '01']) // 020101
ASN1(['02', '02', '01', '01']) // 02020101

UINT

import { UINT } from '@markssl/asn1'

UINT('01') // 020101
UINT('0101') // 02020101

BITSTR

import { BITSTR } from '@markssl/asn1'

BITSTR('01') // 030101
BITSTR('0101') // 03020101

Readme

Keywords

Package Sidebar

Install

npm i @markssl/asn1

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

15.7 kB

Total Files

8

Last publish

Collaborators

  • murka