Documentation
¶
Index ¶
Constants ¶
View Source
const Format = "qr"
Variables ¶
View Source
var ( ErrEmptyPayload = errors.New("crypha/qr: empty payload") ErrCoverRequired = errors.New("crypha/qr: qr cover text is required") ErrCoverTooLarge = errors.New("crypha/qr: cover text too large for the supported qr versions") ErrPayloadTooLarge = errors.New("crypha/qr: payload exceeds carrier capacity") ErrNoPayload = errors.New("crypha/qr: no crypha payload found") ErrNotQR = errors.New("crypha/qr: stego is not a crypha qr image") )
View Source
var ( ErrRSInput = errors.New("crypha/qr: invalid reed-solomon block") ErrRSUncorrectable = errors.New("crypha/qr: reed-solomon block is uncorrectable") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.