Crate h_encrypt

Source

Enums§

EncError

Functions§

decrypt_bytes
decrypt_stream
read encrypted data from read_from, decrypt it, and write the decrypted data to write_to
encrypt_bytes
encrypt_stream
read raw data from read_from, encrypt it, and write the encrypted data to write_to