Skip to content

add a compatibility package with tests for siag

David Vorick requested to merge compatibility into master

A bunch of binary files are included. In total they're about 10kb. They will never be altered, they are binary files generated by siag 1.0. The approach here is to literally copy-paste the code from siag (just the verification code) and check it against the siag binaries.

In hindsight I guess a direct copy-paste wasn't necessary but the verification code is quite good, so I just reused it. It is necessary to have the binary files though.

Merge request reports