JonathanWilbur / asn1-ts

ASN.1 TypeScript library, including codecs for Basic Encoding Rules (BER) and Distinguished Encoding Rules (DER).
MIT License
32 stars 6 forks source link

fix: handle bigints in DER encoder #28

Closed msinisal closed 1 year ago

msinisal commented 1 year ago

Checklist

JonathanWilbur commented 1 year ago

Good catch! I do need to apply those same changes to ber and cer, but this is a good start. Thank you!