Implement KDF iterations change (Fixes #195)

This commit is contained in:
Daniel García
2018-09-19 17:30:14 +02:00
parent 89e3c41043
commit ebb66c374e
6 changed files with 69 additions and 22 deletions

View File

@@ -19,6 +19,7 @@ pub fn routes() -> Vec<Route> {
get_public_keys,
post_keys,
post_password,
post_kdf,
post_sstamp,
post_email_token,
post_email,