Developers in the TON blockchain often need to work with TL-B schemas. Based on the TL-B specification, we can automatically calculate the
tag if it is not specified in the expression. To do this, we need to compute the crc32 of the entire expression and set the most significant bit. Manually performing this task every time is extremely inconvenient. Therefore, we have developed a package that will do it all for you.Try now: github.com/delab-team/tlbcrc
