Module word_alternating

Module word_alternating 

Source
Expand description

Alternating word-based encoding for PGP-style biometric word lists.

Provides direct 1:1 byte-to-word mapping where the dictionary selection alternates based on byte position (e.g., even/odd bytes use different dictionaries).

Functionsยง

decode
Decodes an alternating word sequence back to binary data.
encode
Encodes binary data using alternating word dictionaries.