PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Namespaces | Functions | Variables
adjacency_graphs.cpp File Reference
#include <zxcvbn/adjacency_graphs.hpp>
#include <zxcvbn/optional.hpp>
#include <array>
#include <initializer_list>
#include <utility>
Include dependency graph for adjacency_graphs.cpp:

Go to the source code of this file.

Namespaces

 zxcvbn
 

Functions

const Graphs & zxcvbn::graphs ()
 

Variables

const auto zxcvbn::no = optional::nullopt
 
const Graphs zxcvbn::_graphs
 
const degree_t zxcvbn::KEYBOARD_AVERAGE_DEGREE = calc_average_degree(_graphs.at(GraphTag::QWERTY))
 
const degree_t zxcvbn::KEYPAD_AVERAGE_DEGREE = calc_average_degree(_graphs.at(GraphTag::KEYPAD))
 
const std::size_t zxcvbn::KEYBOARD_STARTING_POSITIONS = _graphs.at(GraphTag::QWERTY).size()
 
const std::size_t zxcvbn::KEYPAD_STARTING_POSITIONS = _graphs.at(GraphTag::KEYPAD).size()