From 6f2e2af78fd6f12a6538a0611953aa999ad5bf40 Mon Sep 17 00:00:00 2001 From: Jesse Coretta <{ID}+{username}@users.noreply.github.com> Date: Mon, 30 Sep 2024 00:18:08 -0700 Subject: [PATCH] expose isIdentifier as IsIdentifier --- asn.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asn.go b/asn.go index dc27fc6..eb96012 100644 --- a/asn.go +++ b/asn.go @@ -121,7 +121,7 @@ Valid input forms for ASN.1 values are: - string slices (e.g.: []string{"iso(1)", "identified-organization(3)" ...}) - [NameAndNumberForm] slices ([][NameAndNumberForm]{...}) -Note that the following root node abbreviations are supported: +Note that the following identifier-only root nodes are also supported: - `itu-t` resolves to itu-t(0) - `iso` resolves to iso(1)