more commits before the havoc

This commit is contained in:
minjaesong
2017-05-03 03:07:35 +09:00
parent 165ae1777b
commit cbb4eaad94
3 changed files with 86 additions and 65 deletions

View File

@@ -111,6 +111,8 @@ object PasswordBase32 {
}
/**
* @param input password input from the user. Will be automatically converted to uppercase and
* will correct common mistakes.
* @param outByteLength expected length of your decoded password. It is always a good idea to
* suspect user inputs and sanitise them.
*/