commit 7e9902ecb26250584a942edf58cc7c1e9a81c2b0
parent a3fd5ec812ee31a7ec4a07053518b64aaa0c3932
Author: Armin Preiml <apreiml@strohwolke.at>
Date: Fri, 14 Jun 2024 21:27:37 +0200
encoding::asn1: fix doc references
Signed-off-by: Armin Preiml <apreiml@strohwolke.at>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/encoding/asn1/README b/encoding/asn1/README
@@ -1,6 +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.
+See [[derencoder]] and [[derdecoder]] for how to encode or decode values.
This module also provides tools to work with oids. See [[oiddb]] for more info.