It seems that here is a mistype: ``` } else { throw new InvalidAsn1ERror('Length too long (> 4 bytes)'); } ``` `InvalidAsn1ERror` -> `InvalidAsn1Error`
It seems that here is a mistype:
InvalidAsn1ERror->InvalidAsn1Error