Skip to content

MarkSSL/asn1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published