|
Electroneum
|
#include "gtest/gtest.h"#include "wipeable_string.h"#include "mnemonics/language_base.h"#include "mnemonics/electrum-words.h"#include "crypto/crypto.h"#include <stdlib.h>#include <vector>#include <time.h>#include <iostream>#include <boost/algorithm/string.hpp>#include "mnemonics/chinese_simplified.h"#include "mnemonics/english.h"#include "mnemonics/spanish.h"#include "mnemonics/portuguese.h"#include "mnemonics/japanese.h"#include "mnemonics/german.h"#include "mnemonics/italian.h"#include "mnemonics/russian.h"#include "mnemonics/french.h"#include "mnemonics/dutch.h"#include "mnemonics/esperanto.h"#include "mnemonics/lojban.h"#include "mnemonics/english_old.h"#include "mnemonics/singleton.h"
Go to the source code of this file.
Functions | |
| TEST (mnemonics, consistency) | |
| TEST (mnemonics, all_languages) | |
| TEST (mnemonics, language_detection_with_bad_checksum) | |
| TEST (mnemonics, utf8prefix) | |
| TEST (mnemonics, case_tolerance) | |
| TEST (mnemonics, partial_word_tolerance) | |
| TEST | ( | mnemonics | , |
| all_languages | |||
| ) |
Definition at line 164 of file mnemonics.cpp.

| TEST | ( | mnemonics | , |
| case_tolerance | |||
| ) |
Definition at line 227 of file mnemonics.cpp.

| TEST | ( | mnemonics | , |
| consistency | |||
| ) |
Definition at line 151 of file mnemonics.cpp.

| TEST | ( | mnemonics | , |
| language_detection_with_bad_checksum | |||
| ) |
Definition at line 194 of file mnemonics.cpp.

| TEST | ( | mnemonics | , |
| partial_word_tolerance | |||
| ) |
Definition at line 250 of file mnemonics.cpp.

| TEST | ( | mnemonics | , |
| utf8prefix | |||
| ) |
Definition at line 213 of file mnemonics.cpp.
