# Functions
Decode a buffer with a given key.
DecodeWith decodes a buffer with a given cipher.
Encode a buffer with a given key.
EncodeWith encodes a buffer with a given cipher.
KeyForFile return crypto key for a given file.
NewCipher creates a new cipher using Nox key with a given index.
NewFile creates a file that support encode/decode and seek operations.
NewReader creates a decoder with a given key and byte stream.
NewWriter creates an encoder with a given key and a destination writer.
UpdateCRC is a CRC update function used in Nox.
UpdateCRCStd is a standard CRC update function.
# Constants
No description provided by the author
Constants for known crypto keys.
Constants for known crypto keys.
Constants for known crypto keys.
Constants for known crypto keys.
Constants for known crypto keys.
Constants for known crypto keys.
Constants for known crypto keys.
Constants for known crypto keys.
ZeroCRC is an initial value for UpdateCRC function.
ZeroCRCStd is an initial value for UpdateCRCStd function.