Module model

Module model 

Source
Expand description

This is the main model for our ByteArray Object

Structs§

ByteArray
Debug derive and Display is intentionally left out to avoid any intentional data leakages through formatters
UninitByteArray
marker struct for uninitialized byte arrays that still require padding information for odd arrays from user. If you wish for a default constructor please check ByteArray::default. Please note that this struct represents an intermediate state and is not to be used by the client directly

Enums§

ByteArrayOddWordPad
Enum controlling Padding behavior for odd byte arrays use by ByteArray