From 183cb6feb285bc6538f2336fc888fb9b7ccce7af Mon Sep 17 00:00:00 2001 From: Sean Parkinson Date: Tue, 29 Oct 2024 10:45:09 +1000 Subject: [PATCH] ASN template documentation: adding basics for decoding First draft of ASN template documentation that helps with writing parsing code. --- wolfcrypt/src/ASN_TEMPLATE.md | 113 ++++++++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 wolfcrypt/src/ASN_TEMPLATE.md diff --git a/wolfcrypt/src/ASN_TEMPLATE.md b/wolfcrypt/src/ASN_TEMPLATE.md new file mode 100644 index 0000000000..ee750bf98b --- /dev/null +++ b/wolfcrypt/src/ASN_TEMPLATE.md @@ -0,0 +1,113 @@ + + +# Writing a template + +```c +static const ASNItem