diff options
Diffstat (limited to 'password-philosophy/README.org')
-rw-r--r-- | password-philosophy/README.org | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/password-philosophy/README.org b/password-philosophy/README.org index 2ceb22c..15d87ab 100644 --- a/password-philosophy/README.org +++ b/password-philosophy/README.org @@ -31,3 +31,7 @@ The password verification method has changed: #+end_example Now, the "range" corresponds to two indices (indexed from 1). Of these indices, exactly one needs to be the given CHAR. + +*** Method + +See implementation. Simply, we add a wrapper to the valid-password? function that refines the inputs before calling valid-password? as usual. |