Merge pull request #1417 from achow101/380-clarify-optional-checksum

380: Clarify optionality of descriptor checksum
This commit is contained in:
kallewoof
2023-02-21 09:50:28 +09:00
committed by GitHub

View File

@@ -49,6 +49,7 @@ Lastly, the use of common terminology and existing standards allow for Output Sc
Descriptors consist of several types of expressions.
The top level expression is a <tt>SCRIPT</tt>.
This expression may be followed by <tt>#CHECKSUM</tt>, where <tt>CHECKSUM</tt> is an 8 character alphanumeric descriptor checksum.
Although the checksum is optional for parsing, applications may choose to reject descriptors that do not contain a checksum.
===Script Expressions===