Add checksum validation to Gcd class.

This commit is contained in:
2018-10-18 00:57:45 +02:00
parent 4aa3e39d7d
commit c0a1d833ba
2 changed files with 31 additions and 0 deletions
+1
View File
@@ -15,3 +15,4 @@ print("Opening {}".format(FILE))
gcd = Gcd(FILE)
gcd.print_struct()
gcd.validate(True)