Image Generator SDK  4.23.0
The Image Generator SDK provides a library to generate QR codes and CrontoSign images
Vasco.Image.CrontoSigns.Encoding Namespace Reference

Data Structures

class  Cryptogram
 
class  ErrorCorrection
 Responsible for encoding messages using Reed Solomon error correction. Also responsible for decoding using Reed Solomon and correcting where possible any errors.
 
class  ErrorDetection
 Adds and verifies an error detection code on a message
 
class  ReedSolomon
 Reed Solomon error correction encoding and decoding Translation of C code at https://sourceforge.net/projects/rscode/