Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Sep 19, 2024
1 parent 43108e6 commit 0915a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ Any remaining bytes can still be consumed from the iterator, as it will only be
* `Asn1Element.parseAll(byteIterator)`, wich consumes all bytes, parses all toplevel ASN.1 elements, and returns them as list.
Throws on any parsing error.

And parsed ASN.1 element can be re-encoded (and yes, it is a true re-encoding, since the original bytes are discarded after decoding) by
And parsed ASN.1 element can be re-encoded (this is a true re-encoding, since the original bytes are discarded after decoding) by
accessing the lazily evaluated `.derEncoded` property, just as manually constructed ones can.

**Note that decoding operations will throw exceptions if invalid data is provided!**
Expand Down

0 comments on commit 0915a8e

Please sign in to comment.