|
Electroneum
|
#include "password.h"#include <iostream>#include <stdio.h>#include <termios.h>#include <unistd.h>
Namespaces | |
| anonymous_namespace{password.cpp} | |
| tools | |
| Various Tools. | |
Macros | |
| #define | EOT 0x4 |
Functions | |
| bool | anonymous_namespace{password.cpp}::is_cin_tty () noexcept |
| int | anonymous_namespace{password.cpp}::getch (bool hide_input) noexcept |
| bool | anonymous_namespace{password.cpp}::read_from_tty (epee::wipeable_string &aPass, bool hide_input) |
| bool | anonymous_namespace{password.cpp}::read_from_tty (const bool verify, const char *message, bool hide_input, epee::wipeable_string &pass1, epee::wipeable_string &pass2) |
| bool | anonymous_namespace{password.cpp}::read_from_file (epee::wipeable_string &pass) |
| #define EOT 0x4 |