commit 02bfe24618b6f79bcd5236bcce95f0dd327ad30f parent b4f3bb3bfc208afcf5e3228a937e6d07f0b6e433 Author: Armin Preiml <apreiml@strohwolke.at> Date: Wed, 7 Feb 2024 19:53:35 +0100 asn1: add readme Signed-off-by: Armin Preiml <apreiml@strohwolke.at> Diffstat:
A | encoding/asn1/README | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/encoding/asn1/README b/encoding/asn1/README @@ -0,0 +1,6 @@ +This module provides functions to decode and encode the distinguished encoding +rules (DER) format as defined in the X.690 ITU-T standard. + +See [[newencoder]] and [[newdecoder]] for how to encode or decode values. + +This module also provides tools to work with oids. See [[oiddb]] for more info.