[][src]Module phc::raw

Raw PHC

Contains functions and structures related to raw, unassociated PHC string data.

These structures are mostly used to marshal data between a serialized string format and a hash function specific format that knows how to perform actions.

Structs

RawPHC

A parsed PHC string that has not been associated with a hash function.

Enums

SaltAndHash

Salt and hash information stored in the PHC string.