const test_cases = [_]TestCase
const test_cases = [_]TestCase{ // https://learn.microsoft.com/en-us/windows/win32/seccertenroll/about-object-identifier TestCase.init("2b0601040182371514", "1.3.6.1.4.1.311.21.20"), // https://luca.ntop.org/Teaching/Appunti/asn1.html TestCase.init("2a864886f70d", "1.2.840.113549"), // https://www.sysadmins.lv/blog-en/how-to-encode-object-identifier-to-an-asn1-der-encoded-string.aspx TestCase.init("2a868d20", "1.2.100000"), TestCase.init("2a864886f70d01010b", "1.2.840.113549.1.1.11"), TestCase.init("2b6570", "1.3.101.112"), }