Crate asbs

Crate asbs 

Source
Expand description

§ASBS

The ASBS (Arbitrarily Significant Bits) library provides the traits and implementations useful for steganographic concealment and extraction of messages.

§Binary implementation

The binary module can be used to encode messages in binary data with bit patterns, which act as keys and should be shared with the receiver of the message. See its documentation for details.

Modules§

binary
Binary implementations of Conceal and Reveal traits.

Traits§

Conceal
A trait for objects able to conceal steganographic messages, or carriers.
Reveal
A trait for objects able to reveal steganographic messages, or packages.