DiceKeys Seeded Cryptography Library
common-names.hpp
1 #include <string>
2 
3 namespace CommonNames {
4  static const std::string recipe = "recipe";
5 }