Module kripher::utils [] [src]

Functions

read_from

Reads from a file or from stdin.

split_into_numbers

Convert a vector of bytes into a vector of numbers.

write_to

Writes content to a file or to stdout.

Type Definitions

ReadResult

Informs whether a read was successfull or not.

WriteResult

Informs whether a write was successfull or not.