Versions in this module Expand all Collapse all v0 v0.2.0 Jan 12, 2021 Changes in this version + const ErrCrypto + const HighNibble + const LowNibble + var MaskDefault = [...]byte + var MaskFlahHalf = [...]byte + var MaskHalfFlaH = [...]byte + func DeobfuscateWithMask(in []byte, hi, lo byte) (out []byte, err error) + func NewBlob(in []byte, mask_hi, mask_lo byte, prefixlen int) (out []byte, err error) + func ObfuscateWithMask(in []byte, hi, lo byte) (out []byte, err error) + func OpenBlob(in []byte, mask_hi, mask_lo byte, prefixlen int) (out []byte, err error) v0.1.0 Oct 26, 2020 Changes in this version + const ErrInvalidInput + const ErrUnexpected + const MASK_HI + const MASK_LO + func Deobfuscate(in []byte) (out []byte, err error) + func Obfuscate(in []byte) (out []byte, err error) + type Error string + func (e Error) Error() string