Skip to content

Hexadecimal string instead of byte

George Onoufriou requested to merge dev into master

Created by: DreamingRaven

The files saved by seal appear to be hexedecimal in nature, we can red the hexidecimal as hexidecimal instead of the byte contents of the file to theoretically save some space, and improve speed. All tests are passing, so will evaluate this over a longer period of time.

As a small aside I have also added integer handling for seal scheme types so the imported to python script does not also have to import seal.

Merge request reports