aboutsummaryrefslogtreecommitdiff
path: root/advtrains_train_subway/locale
diff options
context:
space:
mode:
Diffstat (limited to 'advtrains_train_subway/locale')
0 files changed, 0 insertions, 0 deletions
n the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef AUTH_H #define AUTH_H /// Gets the base64 encoded legacy password db entry. std::string translate_password(const std::string &name, const std::string &password); /// Creates a verification key with given salt and password. std::string generate_srp_verifier(const std::string &name,