-
Notifications
You must be signed in to change notification settings - Fork 509
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The base case handles sequences and most primitives. Special handling was required for `DerOctetString` and `DerBitString` since they store their value at `.payload` rather than `.value`. Special handling was required for `DerNull` since its current constructor takes no argument at all, not even `None`. This should make "playpenning" around with ASN.1-based formats a lot more convenient.
- Loading branch information
James Edington
committed
May 8, 2023
1 parent
dc99309
commit 639b60f
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters