Fulib v0.1.3 Fulib.Cipher.Digest View Source
Some digesting helpers
Link to this section Summary
Functions
Generates a suitable iv for encryption based on given phrase
Generates a suitable key for encryption based on given phrase
Gets an usable string from a binary crypto hash
Link to this section Functions
Link to this function
generate_iv(phrase) View Source
Generates a suitable iv for encryption based on given phrase
Link to this function
generate_key(phrase) View Source
Generates a suitable key for encryption based on given phrase
Link to this function
hexdigest(binary) View Source
Gets an usable string from a binary crypto hash