PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Classes | Namespaces | Typedefs | Functions
frequency_lists.hpp File Reference
#include <zxcvbn/frequency_lists_common.hpp>
#include <zxcvbn/_frequency_lists.hpp>
#include <unordered_map>
#include <cstdint>
Include dependency graph for frequency_lists.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  std::hash< zxcvbn::DictionaryTag >
 

Namespaces

 zxcvbn
 
 std
 

Typedefs

using zxcvbn::DictionaryTag = _frequency_lists::DictionaryTag
 
using zxcvbn::RankedDicts = std::unordered_map< DictionaryTag, const RankedDict & >
 

Functions

RankedDicts zxcvbn::convert_to_ranked_dicts (std::unordered_map< DictionaryTag, RankedDict > &ranked_dicts)
 
RankedDicts zxcvbn::default_ranked_dicts ()