Versions in this module Expand all Collapse all v0 v0.1.1 Jan 3, 2024 v0.1.0 Jan 8, 2023 Changes in this version + var ErrKeyIndexOutOfBounds = errors.New("key index is out-of-bounds") + var ErrNegativeKeyIndex = errors.New("key index can not be negative") + var ErrNilPointer = errors.New("received nil pointer(s)") + var ErrOutOfRange = errors.New("input X and Y must be between A and Z") + var ReciprocalTable string + func AppendTrigraphByteByKey(writeTo *[]byte, character *byte, key *[]byte, keyIndex *int) error + func TrigraphByte(writeTo *byte, x *byte, y *byte) error + func TrigraphRune(writeTo *rune, x *rune, y *rune) error + func ZeroKeyByte(writeTo *byte, character *byte) error + func ZeroKeyRune(writeTo *rune, character *rune) error