DiceKeys Seeded Cryptography Library
word-lists.hpp
1 #pragma once
2 
3 #ifndef EMSCRIPTEN
4  #pragma warning( disable : 26812 )
5 #endif
6 #include "github-com-nlohmann-json/json.hpp"
7 // Must come after json.hpp
8 #include "externally-generated/derivation-parameters.hpp"
9 
10 const std::vector<std::string>& getWordList(RecipeJson::WordList wordListName);