Module com.github.glusk.caesar
Package com.github.glusk.caesar
Caesar top level package.
-
Interface Summary Interface Description Bytes The Caesar library type that represents an immutable sequence of bytes. -
Class Summary Class Description AbstractBytes This class provides a skeletal implementation of theBytesinterface to minimize the effort required to implement this interface.Hex A hexadecimal encoded byte sequence.PlainText A byte sequence constructed from plain text.Xor A byte sequence that is a result of an xor operation.